Home > database >  How can I call the API in my Appery.io Ionic 5 application?
How can I call the API in my Appery.io Ionic 5 application?

Time:02-21

I am using Appery.io online builder and could you please tell me how can I call the API in my Ionic 5 application?

CodePudding user response:

It is possible to send requests directly to the API from your application https://docs.appery.io/docs/appbuilder-jqm-advanced-client-services or using Server Code https://docs.appery.io/docs/servercode-overview or API Express REST component https://docs.appery.io/docs/apiexpress-visual-service-builder-rest-component

  • Related