Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgrundberg committed May 3, 2013
2 parents ce2a110 + e1bd4f0 commit 826d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/GET_leagues_id_standings.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The league standings, commonly visualized as a table, is essentially a list of t
* type - one of 'total' (default), 'home' and 'away'
* round - specifies standings after a specific round, eg. '10'. Default is the last played round.
* size - specifies the amount of statistics data for the teams. Default is 'large' which retrieves all available data. Use 'medium' and 'small' to get less data.
* sortKey - the key by which the standings is sorted. Can be any of the attribute names from the Team Stats objects (eg. 'stats.pts') or 'team.name' to sort by the name of the team. By default, sorting is by 'stats.pts'.
* sort - the key by which the standings is sorted. Can be any of the attribute names from the Team Stats objects (eg. 'stats.pts') or 'team.name' to sort by the name of the team. By default, sorting is by 'stats.pts'.
* callback - used for JSON-P callbacks, the argument should be the name of the callback function, such as 'esResults'


Expand Down

0 comments on commit 826d2b4

Please sign in to comment.