Exemplo n.º 1
0
        public WarcraftAPI(string region, string clientId, string clientSecret)
        {
            this.region = Region.Parse(region);
            this.locale = Locale.Default();

            token = new Token(region, clientId, clientSecret);
            token.GetToken();
        }