wrapper for Anobii API
Project description
==Introduction==
============
This is a wrapper for the Anobii APIs.
see: http://api.anobii.com/api/api_home.php
My approach is so similar to the one used by flickrApi that I get his code from
http://flickrapi.sf.net/
and I adapted it to Anobii API.
thanks to Sybren Stuvel for his work.
This product uses the aNobii API but is not endorsed or certified by aNobii.
How to use it
=============
It's quite easy. first of all istance the AnobiiApi passing key and secret:
>>> a = anobii.api.AnobiiAPI(key, secret)
then call the api you need. for example to call the
anobii.shelf.getSimpleShelf('user', 'limit')
you can call:
>>> a.shelf_getSimpleShelf(user_id='massimoazzolini', limit='3')
note that "anobii" disappears (a is anobii..) and "shelf." is replaced by "shelf_".
that's it.
Changelog
=========
0.1 - Unreleased
----------------
* Initial release
============
This is a wrapper for the Anobii APIs.
see: http://api.anobii.com/api/api_home.php
My approach is so similar to the one used by flickrApi that I get his code from
http://flickrapi.sf.net/
and I adapted it to Anobii API.
thanks to Sybren Stuvel for his work.
This product uses the aNobii API but is not endorsed or certified by aNobii.
How to use it
=============
It's quite easy. first of all istance the AnobiiApi passing key and secret:
>>> a = anobii.api.AnobiiAPI(key, secret)
then call the api you need. for example to call the
anobii.shelf.getSimpleShelf('user', 'limit')
you can call:
>>> a.shelf_getSimpleShelf(user_id='massimoazzolini', limit='3')
note that "anobii" disappears (a is anobii..) and "shelf." is replaced by "shelf_".
that's it.
Changelog
=========
0.1 - Unreleased
----------------
* Initial release
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
anobii.api-0.1dev-r11.tar.gz
(10.6 kB
view details)
File details
Details for the file anobii.api-0.1dev-r11.tar.gz
.
File metadata
- Download URL: anobii.api-0.1dev-r11.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71aab4fd99dc888a96cdeba880753bd4f699765c21d5dd878f4a4b7c8ecfa508 |
|
MD5 | c0eae41bcf79605f3367927a2e8902d1 |
|
BLAKE2b-256 | a01cf30f48049ea45f6c600025c3a800d828f724e40ca1d474dddf9fc7e9468e |