It would be very nice to be able to load saved request examples and do actual http request with the data from example.
For example, I have an API that can receive many different payloads. I use examples to save those different payloads, so the next time I’ll need to test this API, I’ll not spend time to understand which payload I should create.
What I’m doing now is:
- Open one of the saved examples
- Copy the body/params saved in the example
- Back to the request tab
- Paste copied data to the request.
- Do request
For testing different payload I’ll need to do this step again.
It would be very nice to be able to achieve this by one click no specific example and open tab with request that uses the data save in the example.