0

Please or Register to create posts and topics.

API Access in desktop application

Dear Eben,

Can you share your advise to Quickapp API access method in classic .net c# desktop application.

Regards

Vijay

 

Hello.

Yes, the backend is a standard restful API. Angular is just one of the many clients that can consume this resource.
You can consume this from a mobile app, desktop app, etc.

This link specifically describes how to achieve this from a desktop app: https://www.c-sharpcorner.com/article/create-a-web-api-and-call-it-using-a-desktop-client-application/

Regards,
Eben Monney