A helper module for accessing REST APIs
Project description
BeanBag is a simple module that lets you access REST APIs in an easy way. For example:
>>> import beanbag >>> github = beanbag.BeanBag("https://api.github.com") >>> watchers = github.repos.ajtowns.beanbag.watchers() >>> for w in watchers: ... print(w["login"])
See http://beanbag.readthedocs.org/ for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
beanbag-1.9.2.tar.gz
(27.0 kB
view details)
File details
Details for the file beanbag-1.9.2.tar.gz
.
File metadata
- Download URL: beanbag-1.9.2.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6aa1e90ad229a6352e4e5f2d468b9cbf3522d74f7a6ac963e88cba769aaf780 |
|
MD5 | 47bfccbc3224d1595ae787f994f99720 |
|
BLAKE2b-256 | 3abb03ea062b26b42d64b3183cd317aab112f4247bd553b9dacc67b4e5a8ddf4 |