aldidana / go-igdb

WIP. Golang Wrapper for IGDB.com v2 API

Home Page:https://market.mashape.com/igdbcom/internet-game-database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-igdb

WIP. Golang Wrapper for IGDB.com v2 API.

Read more: https://market.mashape.com/igdbcom/internet-game-database

###Usage

import "github.com/aldidana/go-igdb/igdb"

Construct a new IGDB client, then use the various services on the client to access IGDB API. For example:

client := igdb.NewClient(os.Getenv("igdbKey"))

companies, _ := client.GetCompanies("name", 1, 0)

genres, _ := client.GetGenres("*", 10)

About

WIP. Golang Wrapper for IGDB.com v2 API

https://market.mashape.com/igdbcom/internet-game-database

License:MIT License


Languages

Language:Go 100.0%