Created
March 3, 2016 15:47
-
-
Save microadam/f627af384b38b84944b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DB: | |
Honour: | |
{ id: '' | |
, tournamentId: '' | |
, slug: 'runner-up || winner || mvp' | |
, priority: '' | |
} | |
Team Honour: | |
{ honourId: '' | |
, urn: '' | |
, awardedDate: '' | |
} | |
Player Honour: | |
{ honourId: '' | |
, urn: '' | |
, awardedDate: '' | |
} | |
API: | |
[ | |
{ tournamentId: '' | |
, slug: '' | |
, urn: '' | |
, awardedDate: '' | |
, priority: '' | |
} | |
] | |
getHonoursByPlayer(playerId) | |
getHonoursByTeam(teamId) | |
getHonoursByTournament(tournamentId) | |
getHonoursBetween(startDate, endDate) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment