Skip to content

Jleagle/gazelle-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A helper class to access the API on Gazelle sites

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages