bootme-request
v0.0.29
Published
Task to fire a HTTP Request
Readme
bootme-request
Task to fire a HTTP Request
Usage
registry.addTask(
new HttpRequestTask('iss_position').setConfig({
method: 'GET',
contentType: 'json',
url: 'http://api.open-notify.org/iss-now.json'
})
)Result
- Based on the
contentTypeproperty.
Caveats
Don't forget to register your onRollback hook to rollback the operation.
