Package Exports
- slumber
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (slumber) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Slumber (Node.js version)

Port of the Python's slumber library in Node.js -- A library that makes consuming a RESTful API easier and more convenient
Node's Slumber is a Node.js library that provides convenient yet powerful object-oriented interface to RESTful APIs. It acts as a wrapper around the excellent request library and abstracts away the handling of URLs, serialization, and request processing.
QuickStart
Install Node's Slumber
$ npm install slumber
Use Node's Slumber
Requirements
- Node.js >= v0.10
See also
- Browse examples in CoffeeScript and Javascript
License
MIT





