JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 266
  • Score
    100M100P100Q90763F
  • License MIT

Port of Python's slumber library -- A library that makes consuming a RESTful API easier and more convenient

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)

Build Status authors library users Total views Views in the last 24 hours Bitdeli Badge

NPM Badge

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

  1. Install Node's Slumber

    $ npm install slumber
  2. Use Node's Slumber

Requirements

  • Node.js >= v0.10

See also

  • Browse examples in CoffeeScript and Javascript

License

MIT