1.0.4 • Published 4 years ago

bumped-http v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

bumped-http

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

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago