Skip to content

senecajs/seneca-request

Repository files navigation

@seneca/request

@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.

npm version build Coverage Status Known Vulnerabilities DeepScan grade Maintainability

Voxgig 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.