Description Usage Arguments Details Value Examples
The view endpoint fetches the structured data we have about a specific host, website, or certificate once you know the host's IP address, website's domain, or certificate's SHA-256 fingerprint.
1 | view_document(index, id)
|
index |
The search index the document is in. Must be one of either
|
id |
The ID of the document you are requesting. In the |
You must have both CENSYS_API_ID
and CENSYS_API_SECRET
present in the
R environment for the functions in this package to work. It is highly suggested that
you place those in ~/.Renviron
at least for interactive work.
list of information about the endpoint
1 2 3 4 | ## Not run:
view_document("google.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.