Well, right now I’m not doing anything in bubble. I want to do the append in bubble. So I would like to tell the API connector use “http://api.diviscan.io/address/” but then in the program somewhere I would like to append the actual address.
That’s odd. Try creating it in the Plugin Editor, instead of the API Connector plugin. There’s a couple more steps involved, but it appears to work from there.
There is a bug with the API Connector, the call definition gets corrupted if you create and delete headers, I’m unsure of the exact sequence that causes it. Did you try and create another call?
It should look like this, without Headers or URL Parameters …
What I mean is that yeah, in my attempts to get it to work, I created and deleted headers within and without the api call. Its cool. I will get this. And now I’ll try just starting fresh.
Is there any reason why the Bubble API Connector will not let you replace the entire path using a variable. We are building an app that users have different domains and we want to pass the domains (https://myecommercedomain.com vs https://yourecommercedomain.com) to the API Connector from a user configuration data element. We are creating an app for WooCommerce customers so the root domain url changes but the endpoints are also variables (e.g /wp-json/wc/v3/products; or /wp-json/wc/v3/products/categories) So essentially the API Call is one big set of varaibles - a variable for the url, a variable for the endpoint and a parameter variable for authentication.