golio:用Golang编写的League of Legends API客户端

时间:2024-06-11 18:46:36
【文件属性】:

文件名称:golio:用Golang编写的League of Legends API客户端

文件大小:61KB

文件格式:ZIP

更新时间:2024-06-11 18:46:36

go golang league-of-legends lol api-client

戈里奥 Golio是Riot API和Data Dragon服务的包装。 它完全用Go编写,并提供对所有API端点的惯用访问。 例子 package main import ( "fmt" "net/http" "github.com/KnutZuidema/golio" "github.com/KnutZuidema/golio/api" log "github.com/sirupsen/logrus" ) func main () { client := golio . NewClient ( "API KEY" , golio . WithRegion ( api . RegionNorthAmerica ), golio . WithLogger ( logrus . New (). WithFie


【文件预览】:
golio-master
----.golangci.yml(10KB)
----go.mod(129B)
----.github()
--------workflows()
----datadragon()
--------model_test.go(2KB)
--------model.go(13KB)
--------data_dragon_test.go(15KB)
--------data_dragon.go(12KB)
--------constants.go(3KB)
----go.sum(1KB)
----riot()
--------client.go(2KB)
--------lol()
--------lor()
----golio.go(3KB)
----internal()
--------sync_test.go(209B)
--------client.go(5KB)
--------sync.go(560B)
--------client_test.go(5KB)
--------doer.go(316B)
--------mock()
----LICENSE(1KB)
----README.md(2KB)
----api()
--------error.go(2KB)
--------docs.go(135B)
--------constants.go(894B)
----.gitignore(5B)
----golio_test.go(363B)
----static()
--------static_data.go(6KB)
--------static_data_test.go(9KB)
--------model.go(875B)
--------constants.go(443B)

网友评论