bumped-http

1.0.4 • Public • Published

bumped-http


bumped

Last version Dependency status Dev Dependencies Status NPM Status Donate

Exposes an HTTP Client to interact with API's endpoints.

Install

You don't need to install it! Bumped automatically resolve the plugins dependencies. However if you still want to do so must be globally accessible:

$ npm install -g bumped-http

Configuration

Configure your .bumpedrc adding a entry for bumped-http as the follow example:

files: [
  "package.json"
]
 
plugins:
  postrelease:
    'Showing Slack Notification':
      plugin: 'bumped-http'
      url: process.env.SLACK_ENDPOINT
      options:
        method: 'POST'
        body: 'Deploy successful'

Internally it use got client.

License

MIT © Bumped

Package Sidebar

Install

npm i bumped-http

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

7.49 kB

Total Files

6

Last publish

Collaborators

  • kikobeats