get_website_detail {hlidacr}R Documentation

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

## Not run: 
get_website_detail(id = "10107")

## End(Not run)

[Package hlidacr version 0.2.0 Index]