indiesdev/cURL AxiosJS

cURL action to perform REST API based on Axios

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
urlThe target url
methodThe request method, basically one of GET, POST, PUT, PATCHGET
acceptList of status codes to be accepted, else it is considerred to be failed200,201,204
headersHeaders object
paramsParams object
bodyBody object
timeouttimeout (millisec)1000
basic-auth-tokenBasic authentication token, format => username:password as base64
bearer-tokenBearer Token
proxy-urlProxy host, format => host:port
proxy-auth-tokenProxy authentication token, format => username:password as base64
log-responseShould log the responsefalse
retriesretries number1
custom-configcustom config
namedescription
responseThe response object