Writing on software engineering, general ideas or thoughts, and more.

All of my long-form thoughts on programming, leadership, product design, and more.

Working with Postman Pre-request Scripts

The idea behind this post is to share the way Postman allowed us to have a shared set of API calls, how the Postman's Pre-request scripts feature solved the problem of having to manually copy and paste authentication headers in each API call and to point out some gotchas about the scripts you can write with Postman.