Sample C# client application to show how to consume the Syncfusion Dashboard Server API. https://help.syncfusion.com/dashboard-platform/dashboard-server/api/rest-api-reference
43c319f751
UMP-8891-Need-to-include-the-REST-API-v3-and-v4-in-Github |
||
---|---|---|
Src | ||
License.md | ||
README.md |
README.md
Syncfusion Dashboard Server
How do I get set up?
- Clone the branch
- We have two projects in this application
- API.Helper
- API.Sample
API.Helper
- This project holds the methods which calls our Syncfusion API endpoints directly and return the corresponding result.
- This project can be referred in your application and call the helper methods from your application.
API.Sample
- This project holds the sample source code which requires to call each of the Syncfusion APIs programmatically.
- You can refer this and use the required sample codes in your application.