I am trying to call an action with arguments from an AdminJS component. I am uploading files to aws s3.
There is the api.resourceAction
method that works well for me to call a resource action, but I need to send some strings to the action, is there a more simple way or I have to use fetch with a custom route ? (this is what I am currently using and it works but it is overcomplicated)
Thanks !