Skip to content

Commit 66bab0f

Browse files
committed
Add endpoint for market online status.
1 parent 80758c0 commit 66bab0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/XIVAPI/Api/Market.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@ public function stats()
4949
{
5050
return Guzzle::get("/market/stats");
5151
}
52+
53+
public function online()
54+
{
55+
return Guzzle::get("/market/online");
56+
}
5257
}

0 commit comments

Comments
 (0)