Hi there,
just wondering if there is a way
a) to use custom a custom handler instead of specifying callback URLs
and
b) to dynamically add/modify/delete data (manually)
I am asking because we have an event driven approach where we don’t get an immediate response from the server. The handler just has to call a method and whenever the server has a response ready a callback method gets invoked with this response where we would like update/modify the filemanagers data.
Our intended use does not involve file operations so there is no need for the upload/download functionality here.
Thanks for your help!