# Packages
No description provided by the author
# Functions
AddOffice will create a new office.
AddPlayer will create a new player.
AddPlayerToTournament will add the given player to the tournament.
AddPreset will create a new preset.
AddTournamentGroup will add a new tournament group.
AddVenue will create a new venue.
AddVisit will add the visit to the database.
ChangePlayerOrder will modify the order of players for the given leg.
DeleteLastVisit will delete the last visit for a given leg.
DeleteLeg will delete a leg.
DeletePreset will delete a preset with the given ID.
DeleteVisit will delete the given visit.
GeneratePlayoffsTournament will generate a new playoffs tournament.
GenerateTournament will generate a new tournament.
GetActiveLegs will return a list of all legs which are currently active.
GetActiveMatches will return a list of active matches.
GetActivePlayers will return a map containing all active players.
GetActiveVenueMatches will return a list of active matches.
No description provided by the author
GetCurrentTournament will return the current active tournament.
GetCurrentTournamentForOffice will return the current active tournament for a given office.
GetDartStatistics will return dart statistics for all players.
GetGlobalStatistics will return some global statistics for all matches.
GetGlobalStatisticsFnc will return global fish and chips counter.
GetLeg will return a leg specified by the given id.
GetLegPlayers will return a leg specified by the given id.
GetLegsForMatch will return a list of all legs for the given match ID.
GetMatch will reurn a the match with the given ID.
GetMatches will return a list of all matches.
GetMatchesLimit will return N matches from the given starting point.
GetMatchesModes will return all match modes.
GetMatchesTypes will return all match types.
GetMatchMetadata will return metadata for the given match.
GetMatchMetadataForTournament will return metadata for all matches in a tournament.
No description provided by the author
GetNextTournamentMatch will return the next tournament match.
GetOffice will return a office with the given ID.
GetOffices will return all offices.
GetOfficeStatistics will return statistics for the given office.
GetOutshotTypes will return all outshot types.
GetOwes will return a list of all matches.
GetOweTypes will return all owe types.
GetPlayer will return a player with the given ID.
GetPlayerBadges returns all badges for a given player.
GetPlayerCalendar will return a calendar feed for all official matches for the given player.
GetPlayerCheckouts will return all checkouts done by a player.
GetPlayerEloChangelog will return the elo changelog for the given player.
GetPlayerHeadToHead will return head to head statistics between the given players.
GetPlayerHits will return dart hits for the given player.
GetPlayerMatchTypeHistory will return history of match statistics for the given player.
GetPlayerMatchTypeStatistics will return statistics for the given player.
GetPlayerProgression will return statistics for the given player.
GetPlayers will return a map containing all players.
GetPlayerStatistics will return statistics for the given player.
GetPlayersX01Statistics will return statistics for the given players.
GetPlayerTournamentStandings will return all tournament standings for the given player.
GetPlayerX01PreviousStatistics will return statistics for the given player.
GetPlayerX01Statistics will return statistics for the given player.
GetPreset will return a preset with the given ID.
GetPresets will return a list of all presets.
GetRandomLegForPlayer will return a random leg for a given player and starting score.
GetRecentPlayers will get all players who recently played at agiven venue.
GetStatistics will return statistics for the given match type.
GetStatisticsForLeg will return statistics for all players in the given leg.
GetStatisticsForMatch will return statistics for all players in the given match.
GetTournament will return the given tournament.
GetTournamentGroups will return all tournaments.
GetTournamentMatches will return all matches for the given tournament.
GetTournamentMatchResults will reurn match results for the given ID.
GetTournamentOverview will return statistics for the given tournament.
GetTournamentPlayerMatches will return all matches for the given tournament and player.
GetTournamentPreset will return a preset with the given ID.
GetTournamentPresets will return a list of all presets.
No description provided by the author
GetTournaments will return all tournaments.
GetTournamentsForOffice will return all tournaments for given office.
GetTournamentStandings will return statistics for the given tournament.
GetTournamentStatistics will return statistics for the given tournament.
GetVenue will return the given venue.
GetVenueConfiguration will return the configuration for the given venue.
GetVenues will return all venues.
Healthcheck will return OK.
ModifyVisit will modify the scores of the given visit.
NewMatch will start a new match.
NewTournament will create a new tournament.
RegisterPayback will register a payback between the given players.
ReMatch will start a new match with same settings as the given match ID.
SetHeaders will set the default headers used by all requests.
SetScore will set the score of a given match.
SimulateMatch will return the result of a match between the two players.
SpectateVenue will spectate the current match active at a given venue.
StartWarmup will set the leg as warm up.
UndoFinishLeg will undo a finalized leg.
UpdateOffice will update the given office.
UpdatePlayer will update the given player.
UpdatePreset will update the given preset.
UpdateVenue will update the given venue.