2.28 (9Sep16)
- Fix wrongly linked penalty end events in /bo/games/:id
- Add topscorer flag to /bo/games/:id #refs SU-1281
- Use game phase flags as set on spiel in /bo/games/status #refs SU-1246
2.27 (30Aug16)
- Various bugfixes for /bo/games/:id/lineups
- Various bugfixes for /bo/games/:id/status
- Improve change poller stability
2.26 (5Jul16)
- Switched from HMAC to token based authentication
- Added people endpoint to business API
- Added param league_ids to /api/games/current
- Added team visitors api
- Added /bo/people
- Stabilized change poller (retry on network timeouts)
- Improved /bo/games
- May undo game state changes
- May change transition times
2.25 (3May16)
- Released new business API
2.24 (3Feb15)
- Use 'U18A' and other concise league names in player statistics and team detail view
- Homogenization of and improvements on tables
- Ranking
- Games overview
- Game list
- Bugfix: Display tentative games without teams in rounds and calendar entries
2.23 (21Aug15)
- Adds endpoints for retrieving leagues and groups. (
/leagues
,/groups
) - Adds a textual summary for games. (
/games/:id/summary
)
2.22
- Adds a list of games by team. (
/games?mode=team
)
2.21
- New business API (only in staging currently).
2.20
- Adds a list of games by club. (
/games?mode=club
) - Adds support for a "dropdown" return type.
- Adds lists of dropdown data for:
- Seasons (
/seasons?return_type=dropdown
) - Clubs (
/clubs?return_type=dropdown
) - Teams (
/teams?mode=by_club&return_type=dropdown
)
- Seasons (
2.19 (8Apr15)
- Don't render games that won't be played in playoff series.
- Adds 'Superfinal' rendering.
- Extend the definition of current round for the new season.
2.18 (23Jan15)
- Adds
/calendars
iCalendar calendar feeds. - Adds a parameter
amount
to/topscorers/su
. Passing 'all' returns all topscorers. - Abgesagte/Forfait/Abgebrochene games are marked beforehand in overviews.
- Time Verlängerung is not shown.
- n.P. overrides n.V.
- Ordering of league/game_class -> game_class/league
2.17 (15Dez14)
- Adds
/national_players
to list all active national players.
2.16 (8Dez14)
- Adds
/national_players/:id
to get details of national players.
2.15 (7Nov14, 13Nov14)
- Adds
/games?mode=favorite
for retrieving favorites' games. - Many small tickets closed.
cupGames(...)
changes signature.- Improved event handling, statistics are now updated immediately.
2.14 (31Okt14)
- Many small changes, closing the gap to specification.
2.12 (24Okt14)
- Adds
/national_players/statistics
for a statistical overview on national players. - Adds
/national_players/:player_id/statistics
for a statistical overview on a single national player. - Adds
/games?mode=cup
for retrieving games at every step of a cup tournament. - Improves
/games
(default mode) for release:- Event display now much improved and more informative
- Season display corrected
- Result display now reflects reality of forfait games, live results, …
2.11 (17Okt14)
- Adds
/ui/players/:player_id
returning a multi table with information about a player. - Adds header legends to all tables. Take a look at
/api/games/812625/teams/0/players
to see a sample of this. - Small fixes and changes.
2.10 (30Sep14-10Okt14)
- Adds
/games?mode=current
that displays current games and returns a date-based games list. - A lot of small fixes to various calls.
- Internal version of the new cups timeline.
- Matchcenter search now finds items via their hierarchical chain. Example: Searching for
NLB
will find players, teams, clubs, groups in the NLB. - Matchcenter search prefers finding text in the item category first. Example: Searching for
Lyss
in players will find a player called Lyss before finding a team calledLyss
. - Fixes various current_games issues described in OT-105.
2.9 (19Sep14)
- Adds
/teams/:team_id/statistics
that displays past seasons and the successes of a team. - Adds
/clubs/:club_id/statistics
that displays an overview over the teams of a club. - Adds
/players/:player_id/overview
for an overview over the games of a player and some statistics.
2.8 (17Sep14)
- OT-50: 'short' view in
/games
fixed. - OT-24: 'full' and 'short' view of lineup (
/games/:id/teams/{0,1}/lineup
) fixed. - Adds
/search
for searching leagues, groups, clubs, teams, players.
2.7 (11Sep14)
- Turns
/games/:game_id
into an attribute list. - Adds
/sessions/add_favorite
,/sessions/remove_favorite
and/sessions/matchcenter
.
2.6 (9Sep14)
- Turns '/players/:player_id' into an attribute list.
2.5 (05Sep15)
- Adds
/players/:player_id
for retrieving player details. - Adds
/players/:player_id/statistics
for retrieving player statistics. - Adds
/teams/:team_id/players
for retrieving player information of a team. - Turns
/teams/:team_id
into an attribute list.
2.4 (01Sep14)
- Adds
/teams/:team_id
for retrieving team details. - Adds
/teams
for retrieving a list of teams.
2.3 (29Aug14)
- Adds
/cups/:championship_id
for retrieving cup details.
2.2 (26Aug14)
- Adds
/rankings
for retrieving a table of rankings for a given set of games. - Adds
/game_events
for retrieving a list of events relating to a game. /games/:game_id
now has a title and a subtitle. Also, the teams structure has changed slightly.
2.1 (20Aug14)
- Adds
/games/:game_id
for retrieving a games details. - Updates
/games
to provide actual data.
2.0.0 (18Aug14)
Version jump because there is already a version 1 of the API online at api.swissunihockey.ch. We'll version the api using DNS names in the future.
- Adds
/games/:game_id/teams/:is_home/players
for retrieving the lineup of a given game.
1.3 (23Jul14)
- Added a
text
attribute to dropdown tabs in tables. Also, thelevels
attribute has changed from a number to an array of texts, each one giving the label to show if the dropdown has no selected value. - Fixes slider links to set previous / next rounds.
- dropdowndown entries are now subobjects instead of arrays. This is for better readability.
- Added
highlight
attribute to tabs; this will be set to true if the tabs correspond to the current selection.
1.2 (17Jul14)
- Removed all simulated API objects. For now, only '/games' exists, which returns simulated games overview data.
- Fixed a few bugs with the first version of that pilot.