Description Usage Arguments Value
The function offers a basic functionality of commands GET/POST from httr
package to communicate with the APIs. If needed, the proxy settings can be given explicitly, or set
in global variables rejustify.proxyUrl
and rejustify.proxyPort
.
1 2 3 4 5 6 7 |
method |
Method of the call (GET or POST). |
url |
Address of the API. |
body |
Request body in case of using POST method. |
proxyUrl |
Url address of the proxy server. |
proxyPort |
Communication port of the proxy server. |
API response or errors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.