Birdback API client.
Project description
Client library written in Python for the Birdback API.
Usage:
>>> from birdback.xauth import Client >>> client = Client(consumer_id=<id>, consumer_secret=<secret>) >>> client.authenticate()
The client object is now ready to use. It supports the standard set of HTTP methods such as get and post which are available as methods.
The client library uses the popular requests library and the methods take the same arguments.
License
The client library is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
birdback-0.2.tar.gz
(2.7 kB
view hashes)