Skip to content

Commit

Permalink
Add endpoint for market online status.
Browse files Browse the repository at this point in the history
  • Loading branch information
vekien committed Apr 21, 2019
1 parent 80758c0 commit 66bab0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/XIVAPI/Api/Market.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ public function stats()
{
return Guzzle::get("/market/stats");
}

public function online()
{
return Guzzle::get("/market/online");
}
}

0 comments on commit 66bab0f

Please sign in to comment.