explorer-cli-http

0.1.2 • Public • Published

explorer-cli-http

HTTP run type for explorer-cli

Allows explorer-cli to make HTTP requests.

Example

{
    "runType": "http",
    "url": "https://api.github.com/",
    "headers": {
        "User-Agent": "request"
    },
    "json": true
}

Keys

This is a wrapper around the Request HTTP library. So any keys that are valid in a Request options object can be used.

Package Sidebar

Install

npm i explorer-cli-http

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • andybry