System Information
- Strapi Version: v4.0.0
- Operating System: Windows
- Database: Postgres
- Node Version: v14.18.1
- NPM Version: v6.14.15
- Yarn Version:
Hi,
I am very new to Strapi. My issue here is that I have to utilize the Strapi Rest API’s in C#. As this says that I will be utilizing Strapi under my application backend itself. Currently I am using HttpClient to call the rest api’s.
Is there any rest client provider like SDK for Strapi in VS Nuget Manager that which includes all actions such like POST, PUT, GET etc.?
I found one under Nuget package manager NuGet Gallery | Strapi.SDK 0.0.5 which is not good at having all actions and no good documentation provided to refer.
Any help would be greatly appreciated! Thanks.