Storing in Array
You could store the info in a Global variable in Memory to test out the functionality
This creates 2 posts with IDs so we can test out our HTTP Requests
We have the following python function to retrieve the data
If we use a
GET
request via Postman to get the data
We will get the following data
We get the data properties followed by the posts that we have in the List/Array
Last updated