Code complete on API.

This commit is contained in:
Josh Sherman 2013-12-19 11:25:19 -05:00
parent 1e140d1a09
commit 78c8ed42ac
4 changed files with 117 additions and 6 deletions

View file

@ -48,7 +48,7 @@ if ($this->module['api_key'])
<h4>GET</h4>
<p class="lead">Returns the members, scores and ranks sorted in descending order by score. <span class="label label-primary">{uid}</span> corresponds with the UID of the leaderboards which can be found on the <a href="/leaderboards" target="_blank">My Leaderboards</a> page.</p>
<p class="lead">Returns the members with scores sorted in descending order by score. <span class="label label-primary">{uid}</span> corresponds with the UID of the leaderboards which can be found on the <a href="/leaderboards" target="_blank">My Leaderboards</a> page.</p>
<p class="lead">Optionally the results can be filtered by <span class="label label-primary">member</span> where <span class="label label-primary">member</span> is a unique value that maps back to your system. We highly recommend using something that wont change in the future like an auto incremented field from your database.</p>