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

This package is auto-updated.

Last update: 2024-04-09 12:40:22 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();