Hello everyone,
I'm testing things and I would like to call a REST API after page loading, or after submitting the page.
For page load case, I can use the Javascript execute when page loads part.
What about after submitting the page ?
I know Javascript libraries like Axios for instance, should I use it (getting the min file using NPM, then importing it in static application files, and then add it in the user attributes shared components page) or is there a native way to call REST API ?
Thank you !