jleagle / gazelle-api-client
There is no license information available for the latest version (1.0.1) of this package.
A helper class to access the API on Gazelle sites.
1.0.1
2016-01-20 22:42 UTC
Requires
- php: >=5.4.0
- jleagle/curl-wrapper: ~1.0
- jleagle/helpers: ~0.0
This package is auto-updated.
Last update: 2024-10-09 13:45:25 UTC
README
A helper class to access the API on Gazelle sites
Usage
Instantiate the class using your website username and password:
$gazelle = new Gazelle(USER, PASS);
Example API calls:
$gazelle->getIndex(); $gazelle->getInbox(); $gazelle->getTopTen(); $gazelle->getRequests(); $gazelle->getArtistBookmarks(); $gazelle->getTorrentBookmarks(); $gazelle->getSubscriptions(); $gazelle->getForumCategories(); $gazelle->getNotifications(); $gazelle->getAnnouncements();