forked from nite/go-igdb
start
This commit is contained in:
12
constant/url.go
Normal file
12
constant/url.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
IGDBGameURL = "https://api.igdb.com/v4/games.pb"
|
||||
IGDBCompaniesURL = "https://api.igdb.com/v4/companies.pb"
|
||||
IGDBWebsitesURL = "https://api.igdb.com/v4/websites.pb"
|
||||
IGDBExternalGameURL = "https://api.igdb.com/v4/external_games.pb"
|
||||
IGDBPopularityURL = "https://api.igdb.com/v4/popularity_primitives.pb"
|
||||
IGDBWebhookURL = "https://api.igdb.com/v4/%s/webhooks/"
|
||||
IGDBWebSearchURL = "https://www.igdb.com/search"
|
||||
TwitchAuthURL = "https://id.twitch.tv/oauth2/token"
|
||||
)
|
||||
Reference in New Issue
Block a user