View source: R/error_504_post.R
error_504_post | R Documentation |
This function helps with timeout errors from the API. Will rerun the request after 10 seconds
error_504_post(url, key, body)
url |
a website url |
key |
an API token |
body |
a body for the POST request |
a POST response
#NOT RUN error_504_post("www.timedoutrequest.com", body= list(flow=1,variables=list(name=list(format="category"))),myapikey)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.