actionsflow/Axios Action

Make a request 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
content-typeContent-Type, if data is json string, th default value will be application/json
paramsParams object
databody string, can be json string
bodyalisa of data, body string, can be json string
timeouttimeout (millisec)0
basic-authBasic authentication, format => username:password
bearer-tokenBearer Token
proxy-urlProxy host, format => host:port
proxy-authProxy authentication, format => username:password
is_debugshow debug message of responsefalse
retry1/1
custom-configcustom config
namedescription
dataThe response data, type: string
headersThe response headers, type: json string
statusThe response status code