I have installed the API Plugin and have created two separate 3rd party APIs and I have determined which returned fields I want to save. One API does a GET request to one endpoint URL and another that does a POST to a completely different API endpoint from another 3rd part web API. I have them working fine in the API plugin setup screen.
- How/Where can I “call” them by using a button on the page?
- How do I iterate through the returned JSON which contains a different size array
- How do I save the data to the database?
Sorry for my ignorance but most of the docs and examples/youtube show only one record returned per API call. I have read that Bubble doesn’t support nested JSON array but also think I saw somewhere which said this has been fixed. Any suggesteions are much appreciated.