Hello!
I have a question about 3rd Party APIs and saving data to databases
I want to read data from a 3rd party API and write it directly into the Appery cloud database. While most of the tutorials show how to display the data returned from an API call in the UI, I also want to save the data directly into the DB. How may I do this?
How can I do the above as a backend only service, i.e. without creating a UI. I want to create a backend service that automatically hits a 3rd party API every 30 minutes and updates the database, like a batch process.
Thanks in advance!
Rakesh