What are folks doing these days to make REST API calls from dotnet/C#? Are you using something like RestSharp, the HttpClient + Newtonsoft JSON[.]NET, or something else?
72
8
43
24K
28
@reverentgeek @FlurlHttp is very simple and great for what I need. They also updated it to use System.Text.Json (I think you can still use Newtonsoft though).