How do i create a crud application with the ApiSerrvice.ts? i see CRUD methods define there but how to i use them to fetch data from the database and update.
Thank you
Hi,
Our ApiService is a wrapper for classic axios function.
Firstly you have to set up your server API and then use ApiService functions to trigger your server API endpoints.
You can find ApiService usage examples in the file src/store/modules/AuthModule.ts
Check our API setup doc: https://preview.keenthemes.com/metronic8/vue/docs/#/api-setup