Closed
Description
I apologize for the blunt question, but why not just use HttpClient
?
What's the difference between sgClient.your.api.get()
and httpClient.GetAsync("Your/API")
?
The former might be confusing to C# developers, as the API calls are not truly type safe and are pretty much equivalent to the string...