mirror of
https://github.com/bestnite/go-igdb.git
synced 2025-04-19 16:35:54 +08:00
go-igdb
a go library to access IGDB API
Usage
g := igdb.New("clientID", "clientSecret")
game, err := g.GetGameByID(325594)
if err != nil {
log.Fatal(err)
}
fmt.Println(game.Name)
Languages
Go
99.8%
Shell
0.2%