예제 #1
0
        public async Task Get()
        {
            var commentResponse = await comments.Get("555");

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

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