Skip to content

A library that makes consuming a RESTful API easier and more convenient

License

Notifications You must be signed in to change notification settings

CloudNcodeInc/slumber

 
 

Repository files navigation

Slumber

https://secure.travis-ci.org/davidfischer-ch/slumber.png

Afraid of red status ? Please click on the link, sometimes this is not my fault ;-)

Slumber is a Python library that provides a convenient yet powerful object-oriented interface to ReSTful APIs. It acts as a wrapper around the excellent requests library and abstracts away the handling of URLs, serialization, and request processing.

Getting Help

Visit IRC channel (#slumber on irc.freenode.net) to get help, bounce ideas or generally shoot the breeze.

QuickStart

  1. Install Slumber:

    $ pip install slumber
    
  2. Install Optional Requirement:

    pip install pyyaml
    
  3. Use Slumber!

Requirements

Slumber requires the following modules.

  • Python 2.7+
  • requests
  • pyyaml (If you are using the optional YAML serialization)

About

A library that makes consuming a RESTful API easier and more convenient

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.2%
  • Makefile 11.8%