A library that makes consuming a RESTful API easier and more convenient
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.
… _requests: http://python-requests.org/
Visit IRC channel (#slumber on irc.freenode.net
_) to get help, bounce ideas
or generally shoot the breeze.
… _#slumber on irc.freenode.net: irc://irc.freenode.net/slumber
Install Slumber::
$ pip install slumber
Install Optional Requirement::
pip install pyyaml
Use Slumber!
Slumber requires the following modules.
… |build-status| image:: https://travis-ci.org/samgiles/slumber.svg?branch=master
:target: https://travis-ci.org/samgiles/slumber
:alt: Build status
… |coverage-status| image:: https://img.shields.io/coveralls/samgiles/slumber.svg
:target: https://coveralls.io/r/samgiles/slumber
:alt: Test coverage percentage
… |docs| image:: https://readthedocs.org/projects/slumber/badge/?version=latest
:target: http://slumber.readthedocs.org/
:alt: Documentation