get_website_detail {hlidacr} | R Documentation |
Get website detail
get_website_detail(id, token = Sys.getenv("HLIDAC_TOKEN"))
id |
Website id |
token |
Authorization token |
list with 2 elements: - availability: data on availability of the website including response time and HTTP status code every minute - ssl: assessment of the website's SSL server configuration
https://www.hlidacstatu.cz/swagger/index.html
https://www.hlidacstatu.cz/api/v1/doc
## Not run:
get_website_detail(id = "10107")
## End(Not run)