Exemplo n.º 1
0
        public async Task Get()
        {
            var result = await tags.Get("keyboard");

            Assert.IsTrue(result.Data.Name == "keyboard");
        }
Exemplo n.º 2
0
        public async Task Get()
        {
            var result = await tags.Get("beiber");

            Assert.IsTrue(result.Data.Name == "beiber");
        }