Fetch Data from Public API to Your App
Beginner
15 min.
Configure your application to fetch records from a public API when a food item is scanned.
You will learn
- How to fetch records from a public API
- How to configure data variables
In the previous tutorial, you learned how to connect your application to a public API. From here, you now need to configure the application to read specific information from that API once a barcode has been scanned.
This again uses the Retrieve request, as when you were testing the data resource, but this time the request is triggered with a logic flow.