issues
search
icedream
/
go-footballdata
Golang interface allowing to communicate with the Football-Data API to process football/soccer match information.
19
stars
6
forks
source link
v0.1.0
#5
Closed
icedream
closed
7 years ago
icedream
commented
8 years ago
Changelog:
New: Time frame filters for fixtures.
New: Competition - will replace SoccerSeason in compliance with the documentation of Version 1 of the Football-Data API.
New: Introduce FixtureStatus_{Postponed,Scheduled,Timed}.
New: Set methods for HttpClient and Token.
New: Fluent-style configuration methods as alternatives to the Set{HttpClient,Token} methods.
Fixes invalid return value of LeagueTable methods.
Fixes typo in naming of "LastUpdated" field in SoccerSeason (now Competition) struct.
Fixes #6 where team names sometimes not decoded properly.
Changelog: