Hi there
I have installed Metronic React. I am looking to integrate with a Django based RESTful API backend service.
Does the React theme come with any helpers for Axios (or other) integration with Restful API's?
If no helpers, is there anything that needs to be done in theme to get this working?
Thank you in advance!
Hi,
Try to check the doc, it has a link to the examples of API: https://preview.keenthemes.com/metronic8/react/docs/docs/backend.
Also in the code, check the src/app/modules/auth
module, you find src/app/modules/auth/AuthHelpers.ts
file with axios setup.
Regards,
Keenthemes support
Thank you for the reply.
I was more from a general REST API integration perspective and not regarding auth integration.
Hi,
In that case, try to check src/app/modules/apps/user-management/
module.
All REST API examples are implemented here (check src/app/modules/apps/user-management/users-list/core
folder).
Regards,
Keenthemes support