Commit Graph

9 Commits (132fef37953982304061bf5d94194690e766223f)

Author SHA1 Message Date
Icedream 132fef3795
Update TeamLeagueStatistics struct. 2016-10-23 15:11:17 +02:00
Icedream eeff7fb54b
Make TeamLeagueStatistics.PlayedGames a uint8 instead of a uint16. 2016-07-09 21:41:07 +02:00
Icedream 0c3d78739e
Fix return value of LeagueTable methods. 2016-07-09 21:26:07 +02:00
Icedream fca8f38221
Fix typo in api_types.go. 2016-07-09 21:10:14 +02:00
Icedream d0afff06fc
Deprecate Soccerseason methods and structs in favor of the Competition model.
Deprecated structs and methods will be removed before tagging v1 of the implementation.
2016-07-09 20:59:24 +02:00
Icedream 782a1683b3
Add missing states POSTPONED, CANCELED and SCHEDULED for FixtureStatus. 2016-07-09 20:57:58 +02:00
Icedream c3d9a59b0d
Fix typo in SoccerSeason definition. 2016-07-09 20:50:13 +02:00
Icedream 1078d876c9 Add additional score info in FixtureResult.
- Adds struct FixtureScore which is essentially a copy of the old FixtureResult.
- Adds fields HalfTime, ExtraTime and PenaltyShootout to FixtureResult, all containing FixtureScore instances or nil if non-existent.
2016-06-25 22:42:56 +02:00
Icedream 055b2a4227 Initial commit. 2016-06-13 00:39:00 +02:00