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" )