Hi there,
I am trying to use the new server code function and have found the help quite useful, however, I notice that in order to to pass on parameters to the server side code it is done via query strings, which is fine, except for when you need to send something which is dynamic.
For example, I have the following POST url working if I hard code the parameters in:
https://api.appery.io/rest/1/code/XXX...
However, I cant seem to see any syntax for making the 'id' (or any parameter for that matter) dynamic, i.e. https://api.appery.io/rest/1/code/XXX... etc?
Further, how would I do the above but sourcing the parameter from localStorage?
FYI, I am only beginning at JS & databases etc so please include basics if you feel necessary.
Thanks!