jleagle/gazelle-api-client

A helper class to access the API on Gazelle sites.


Keywords
torrent, tracker, what, gazelle, cd, what.cd

Documentation

gazelle-api-client

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();