@seneca/request
v0.4.1
Published
Outbound Web Request Plugin for Seneca
Downloads
6
Readme
@seneca/request is a plugin for Seneca
Provides access to the Github API using the Seneca provider convention. Github API entities are represented as Seneca entities so that they can be accessed using the Seneca entity API and messages.
| | This open source module is sponsored and supported by Voxgig. | |---|---|
Quick Example
Install
$ npm install @seneca/request
Options
debug
: boolean false
Set plugin options when loading with:
seneca.use('request', { name: value, ... })
Note: foo.bar in the list above means { foo: { bar: ... } }
Action Patterns
Action Descriptions
« sys:request,request:send
»
Send a web request.
« sys:request,request:spread
»
No description provided.
« sys:request,response:handle
»
No description provided.