Skip to content

Instantly share code, notes, and snippets.

@NicoVermeir
Created February 29, 2016 08:38
Show Gist options
  • Save NicoVermeir/cc409670c94599a1708d to your computer and use it in GitHub Desktop.
Save NicoVermeir/cc409670c94599a1708d to your computer and use it in GitHub Desktop.
private async Task FetchData()
{
var result = await RestClient.GetClientInstance().GetAsync(Constants.ApiCallUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment