Description Usage Arguments References Examples
Retrieve Entries from Log
1 | get_entries(log_server, start, end)
|
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' |
<https://tools.ietf.org/html/rfc6962#section-4.6>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.