Exemple #1
0
        public void Test_GetFollowedGames()
        {
            string username = "******";

            Assert.IsNotNull(twitchClient.GetFollowedGames(username, new Pagination()).Result);
        }