Exemplo n.º 1
0
        public async Task Get()
        {
            var commentResponse = await comments.Get("555");

            Assert.IsTrue(commentResponse.Data.Count > 0);
        }
Exemplo n.º 2
0
        public async Task Get()
        {
            var commentResponse = await comments.Get("1387365790411610021_1415228826");

            Assert.IsTrue(commentResponse.Data.Count > 0);
        }