Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created May 17, 2018 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/72e1e18aad287070c85f3e9ab1e6f8be to your computer and use it in GitHub Desktop.
Save jfversluis/72e1e18aad287070c85f3e9ab1e6f8be to your computer and use it in GitHub Desktop.
Typical request
var resultJson = await _httpClient.GetStringAsync($"comic/{id}");
return JsonConvert.DeserializeObject<IEnumerable<Comic>>(resultJson);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment