Hello.
I’ve never built my own bubble plugin yet.
I know that within the Plugin Editor you can add API calls, so my question is can the shared headers/keys, as well as the calls themselves, be referenced when creating Elements and Actions in the Plugin Editor?
I ask because I’ve installed a plugin that solves an immediate need, but the way its built would expose my secret key client-side and I’m wondering if this was by necessity or could there have been another way.
Thank you
When you add API Calls it’s just like a built in API Connector, no relationship with the plugin elements and actions.
If there’s code for it the elements and actions could be doing their own API requests, but like you maybe saw it is exposing secret keys if its not done right. Which plugin is it?
1 Like
is it normal that inside the plugin editor one can add just one API (anyway for this API it is possible to add as many API calls as one wants)?
I can add just one…
What if one needs to implement 2 API calls each of them with a different authentication method? Thank you!