1.0.3 • Published 9 years ago

rest-loader v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

NPM version Build Status Dependency Status

The best module ever.

Install

$ npm install http-loader --save

##Description This is a standard REST API loader for use with the chrysalis framework: https://github.com/APPrise-Mobile/chrysalis

Usage

Initialize the loader with a url. The loader with hit this url with a POST request and the data supplied to the loader through the chyrsalis framework.

var httpLoader = require('http-loader');
var chysalis = require('chrysalis');

var createUrl = 'http://rest-api-create-url.com'
var loader = httpLoader(createUrl);

var chrysis = chrysalis();
chrysis.setLoader(loader);

License

MIT © APPrise-Mobile

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago