Description Usage Arguments Value
Do a request
1 2 | do_request(url, request_type, idempotency = NULL, the_body = NULL,
customConfig = NULL, limit = NULL)
|
url |
The url of the request |
request_type |
GET, POST, PUT etc. |
idempotency |
A random string to ensure no repeat charges |
the_body |
Body to send with the request, if any |
customConfig |
a list of custom configurations from httr |
limit |
Number of entries to list |
the request content or NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.