Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

DavidToca/slumber

 
 

Repository files navigation

SlumberBuild statusTest coverage percentageDocumentation

Slumber is a Python library that provides a convenient yet powerfulobject-oriented interface to ReSTful APIs. It acts as a wrapper around theexcellentrequests 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 ideasor 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.6+
  • 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

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp