Learn R Programming

hlidacr (version 0.2.0)

get_website_detail: Get website detail

Description

Get website detail

Usage

get_website_detail(id, token = Sys.getenv("HLIDAC_TOKEN"))

Arguments

id

Website id

token

Authorization token

Value

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

See Also

https://www.hlidacstatu.cz/swagger/index.html

https://www.hlidacstatu.cz/api/v1/doc

Examples

Run this code
# NOT RUN {
get_website_detail(id = "10107")
# }

Run the code above in your browser using DataLab