文件名称:go-footballdata:Golang介面,可与Football-Data API通讯以处理Footballsoccer比赛资讯
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-01 15:16:29
go golang library football footballdata
Golang的Football-Data API 该库提供了与提供的API通信的功能。 这样,程序可以使用API提供的数据,以便免费显示各个季节的足球/足球比赛信息。 如何使用这个库? 在使用此库之前,请,以增加使用限制。 该库也可以在没有API密钥的情况下使用。 您可以通过运行以下命令安装该库: go get github.com/icedream/go-footballdata 之后,您可以像下面这样使用该库: package main import ( "fmt" "net/http" "github.com/icedream/go-footballdata" ) func main () { // Create client (optionally with auth token) client := new (footballdata. Client )
【文件预览】:
go-footballdata-master
----req_soccerseason_fixtures.go(1KB)
----req_fixtures.go(2KB)
----.gitignore(266B)
----req_competitions.go(709B)
----req_competition_leaguetable.go(801B)
----req_soccerseasons.go(793B)
----req_competition_fixtures.go(2KB)
----req_competition.go(446B)
----req_soccerseason_teams.go(578B)
----util_test.go(545B)
----api_types.go(4KB)
----.travis.yml(206B)
----CHANGELOG.md(1KB)
----req_fixture.go(655B)
----req_soccerseason.go(508B)
----api_methods.go(281B)
----req_soccerseason_leaguetable.go(864B)
----example_test.go(2KB)
----README.md(1KB)
----req_team_fixtures.go(1KB)
----util.go(293B)
----req_team_players.go(431B)
----req_team.go(471B)
----response_meta.go(972B)
----client.go(3KB)
----req_competition_teams.go(517B)
----client_test.go(360B)
----api_url.go(365B)