I’m trying to pass a route parameter value (e.g. uuid) into a URL as part of an API action. http://localhost:8100/api/v1/contacts/:uuid
In Bubble I would do it by using brackets – this then provided a key value pair. I’m not sure if this can be accomplished in the API action in Wappler.
Here is what I have in the API Action. I’ve tried looking at Dynamic Attributes and Query Parameters, but those do not appear to allow me to dyanmically change the route parameter.
Thanks Ken. I’ve already setup the APIs on the server.
Due to using auth0 in my Electron app, I need to pass authentication headers, so the server connect actions are out. Plus, I would prefer to use REST API standards on the client side.