get_entries: Retrieve Entries from Log

Description Usage Arguments References Examples

View source: R/get-entries.r

Description

Retrieve Entries from Log

Usage

1
get_entries(log_server, start, end)

Arguments

log_server

CTL log server host and prefix fragment (do not include 'https://' prefix. If one is present it will be removed).

start, end

0-based index of first & last entry to retrieve, in decimal.

...

other parameters passed on to 'httr::GET'

References

<https://tools.ietf.org/html/rfc6962#section-4.6>

Examples

1
2
3
4
ll <- read_log_list()
ctl <- ll$logs$url[2]
sth <- get_sth(ctl)
x <- get_entries(ctl, sth$tree_size-30, sth$tree_size-1)

hrbrmstr/sslsaran documentation built on May 28, 2019, 12:59 p.m.