In this post we explore how to generate data before sending a request, and how to store that data in the environment so that it can be used by other requests.
All Posts
- Microservices and monoliths are often presented as polar opposites. But microservices, monoliths and everything in between are attempting to solve the same problem: how best to write software? Software architecture describes what answers to this question share in common.
- Postman is a powerful tool for testing and exploring APIs. This post shows how to create a collection that passes values between requests using environment variables. This technique is helpful for sharing workflows with members of your team.