View source: R/get_key_usage.R
get_key_usage | R Documentation |
wrapper around https://api.originstamp.com/swagger/swagger-ui.html#/API_Key/getApiKeyUsage. The function downloads information about the api key.
get_key_usage( error_on_fail = TRUE, url = api_url(), key = api_key(), save_raw_response_to = NULL, load_raw_response_from = NULL )
error_on_fail |
if TRUE, raise error when api call fails, otherwise return the failed response. |
url |
the url of the api. The default is to use the url as returned by the function |
key |
the api key. The default is to use the key as returned by the function |
save_raw_response_to |
save the response to a file in rds format |
load_raw_response_from |
load the response from a file in rds format |
object of class OriginStampResponse
.
## Not run: # Retrieve complete merkle tree proof get_key_usage() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.