steeplejack-http

Allows Steeplejack projects to make HTTP calls to other servers


Keywords
steeplejack, steeplejack-plugin, http, request, request-promise-native, db-resource
License
MIT
Install
npm install steeplejack-http@1.0.0

Documentation

Steeplejack HTTP

Node.js Version Build Status Dependencies Dev Dependencies License

Allows Steeplejack projects to make HTTP calls to other servers

Usage

This is a very thin wrapper for the Request Promise Native library. It exposes the HTTP methods as individual methods to allow easy reuse.

Dependencies

This requires an object called StoreError to be registered to the Dependency Injector. You can either create your own or use the Steeplejack Errors package