Hi,
It looks like only RestSharp is here for C#. HttpClient is in the .NET standard library and is the standard way to make HTTP requests (without a third party library like RestSharp).
If there is no ongoing work to add HttpClient, I can PR to add a snippet for HttpClient.
Thanks.
Hi,
It looks like only RestSharp is here for C#. HttpClient is in the .NET standard library and is the standard way to make HTTP requests (without a third party library like RestSharp).
If there is no ongoing work to add HttpClient, I can PR to add a snippet for HttpClient.
Thanks.