Ejemplo n.º 1
0
        public void Test_GetChannelVideos()
        {
            string channelId = "28036688"; // trick2g

            Assert.IsNotNull(twitchClient.GetChannelVideos(channelId, new Pagination()).Result);
        }