Exemple #1
0
        public IGDBRestClient(IGDBApiRefit refitService)
        {
            _refitService = refitService;
            string pipoId    = "ebc5enrq0r5s2u7vain16detklybhj";
            string superPipo = "ld17xxwvga5atlcjtf3crv44t4xxp7";

            _tokenManager = new TokenManager(new InMemoryTokenStore(), new TwitchOAuthClient(pipoId, superPipo));
        }
Exemple #2
0
 public IGDBRestClient(IGDBApiRefit refitService, string apiToken)
 {
     _refitService = refitService;
     _apiToken     = apiToken;
 }