camilogarcialarotta/Watermelon HTTP client

Perform HTTP requests within your workflow. Supports GraphQL!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
urlEndpoint to queryhttps://api.github.com
methodHTTP methodget
headersHTTP custom headers
dataHTTP request payload
graphqlGraphQL query or mutation to execute. If defined, the 'data' field is automatically populated with the this payload and the 'method' is set to POST
variablesvariables for a GraphQL mutation in JSON format{}
operation_namename of the entrypoint GraphQL operation if multiple are defined in `graphql`
fail_fastwether to fail upon error HTML responses (e.g. 400, 500)false
verbosewether to print info-level statements or notfalse
namedescription
statusThe status of the HTTP request
headersThe response HTTP headers
responseThe raw query response body