Hi Andriy,
This is great to hear! Thanks for your reply!
For a few basic integrations of Backendless with Thunkable your documentation already helped me to understand things, however, this case seems a little more complicated (at least for my skill level).
So, could I ask if there was a possibility for you to give a simple example / walkthrough for me on how to set this up at a very basic level. It’s just that as I’m new to your platform, it will take so much time for me to zero in on the right course–if you could give a simple example, it would save a lot of time for me (and probably for many others too). As coming from the Thunkable world, I totally appreciate the more simple you can make these things.
So, let’s say, I’d want to integrate a Thunkable Web Api component, which sends simple queries, with something like Google Cloud’s Maps Api. I know you already have such services, but for the sake of illustration, this just came to my mind.
I’ll use the first example from here: https://developers.google.com/places/web-service/search
And the call is:
https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=Museum%20of%20Contemporary%20Art%20Australia&inputtype=textquery&fields=photos,formatted_address,name,rating,opening_hours,geometry&key=YOUR_API_KEY
So I would put the Google Api Key to Backendless and instead call, in the client app that I’m building, Backendless Api with a more or less similar kind of call structure and a key, which wouldn’t need to be kept secret. Backendless would change this public key to the actual Google Api key and pass on the request to Google–and then, again, relay the response from Google back to the client. I would also want to put a limit to the daily Api calls, let’s say, to a thousand calls per day.
Something really cool would be to use your authentication and identify individual users and then limit the calls each of them can make daily, besides this overall quota for all daily Api calls, but maybe this is for the future…
So, if possible, could you walk me through how this should be done on Backendless? I’m not really a pro with backend or even coding–would just want to build my own apps with Thunkable and also utilize Apis safely, as probably quite a few other Thunkers, among others, want to do.
Maybe this is too much to ask, but thought it was worthwhile to ask anyway.
Best, Heikki