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
Перейти к файлу
venkatesan-r-1509 43c319f751
Merge pull request #9 from mohamedaslamm/master
UMP-8891-Need-to-include-the-REST-API-v3-and-v4-in-Github
2019-06-18 16:27:37 +05:30
Src UMP-8891-Need-to-include-the-REST-API-v3-and-v4-in-Github 2019-02-13 15:22:40 +05:30
License.md Added License file 2018-03-15 09:34:12 +05:30
README.md README.md file changes 2018-03-15 18:03:45 +05:30

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.