Skip to content Skip to sidebar Skip to footer
Showing posts with the label Postman

How Can I Visualize An Api Mashup In Postman?

I have a REST API of classical actors that I want to visualize in Postman. The image URL of an acto… Read more How Can I Visualize An Api Mashup In Postman?

Sending (nested) Json Object With File Using Postman

With Postman, I can attach files in requests with form-data, I can also send nested JSON object in … Read more Sending (nested) Json Object With File Using Postman

Postman Test Scripts: Inspecting Contents Of Response Json

PostMan 6.0.10 here. I'm trying to understand how to write test scripts a little better, and af… Read more Postman Test Scripts: Inspecting Contents Of Response Json

How To Get To Request Parameters In Postman?

I'm writing tests for Postman which in general works pretty easily. However, I now want to acce… Read more How To Get To Request Parameters In Postman?