1.0.4 • Published 6 years ago
bumped-http v1.0.4
bumped-http
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-httpConfiguration
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