error_504_post: error 504 post

View source: R/error_504_post.R

error_504_postR Documentation

error 504 post

Description

This function helps with timeout errors from the API. Will rerun the request after 10 seconds

Usage

error_504_post(url, key, body)

Arguments

url

a website url

key

an API token

body

a body for the POST request

Value

a POST response

Examples

#NOT RUN error_504_post("www.timedoutrequest.com", body= list(flow=1,variables=list(name=list(format="category"))),myapikey)

kianwazzu/cclapi documentation built on May 31, 2024, 12:30 p.m.