Exemplo n.º 1
0
        public void TestProfile()
        {
            string json = File.ReadAllText(@"responses/profile.json", Encoding.UTF8);

            ms.SetResponse("application/json", json);
            Kite    kite    = new Kite("apikey", Root: "http://*****:*****@gmail.com");
        }