Replies: 2 comments 1 reply
-
I found some more cool open source tech to help me. I ended up making a separate postman collection for all of my auth stuff. So I now have two collection, the API collection and the Auth API collection. I combined both of those into one with Pretty nifty |
Beta Was this translation helpful? Give feedback.
-
The Postman merge is an approach that could work. I'm not sure what you try to achieve.
Example for the "Pre-request script" |
Beta Was this translation helpful? Give feedback.
-
I have about 3 google endpoints my team has to use for authentication to get into our application. None of those 3 endpoints would necessarily need to be anywhere in the file where all of our OpenAPI documentation lives (this is the file that portman would ingest), but capturing the response values from the google auth endpoints (mostly authentication tokens) at the collection variable level and using them in subsequent requests to our endpoints would make life extremely easy.
So, any ideas on how I could make this work? Ideally, I'd have the three endpoints exist in the same portman generated postman collection that I could easily run.
Let me know
Beta Was this translation helpful? Give feedback.
All reactions