Beispiel #1
0
        public async Task <WykopTagResult> GetTagsAsync(string tag, TagMethods method)
        {
            string json = await GetResponseAsync(GetRequestUrl(tag, method.ToString()));

            return(JsonConvert.DeserializeObject <WykopTagResult>(json));
        }