You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest using RestSharp to replace ApiInvoker in the CSharp client.
I've tested GetPetById (GET), AddPet (POST JSON) and UpdatePetWithForm(POST FORM) using RestSharp and it works perfectly fine. To me, the code looks cleaner and easier to understand.
I would suggest using RestSharp to replace ApiInvoker in the CSharp client.
I've tested GetPetById (GET), AddPet (POST JSON) and UpdatePetWithForm(POST FORM) using RestSharp and it works perfectly fine. To me, the code looks cleaner and easier to understand.
Here is a list of projects/SDKs using RestSharp:
https://github.com/restsharp/RestSharp/wiki/Projects-Using-RestSharp
May I know if anyone has concern using RestSharp to replace ApiInvoker in CSharp?
The text was updated successfully, but these errors were encountered: