birdback

Birdback API client.


License
MIT
Install
pip install birdback==0.2

Documentation

Python Client Library

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.