postman-collection icon indicating copy to clipboard operation
postman-collection copied to clipboard

Javascript module that allows a developer to work with Postman Collections

Results 53 postman-collection issues
Sort by recently updated
recently updated
newest added

I have tried 2 ways to do this both resulted in same ### Directly manipulating url ``` const request = new Request({ header: requestHeader, url: `${apiEndpoint}?${new URLSearchParams(params).toString()}}`, method: 'GET', auth:...

Api collection Import and Export in Postman with request parameters and response Explain in this video https://youtu.be/ziivt7huw7M?si=rxqRHjpf1RrOawMp

Does this module support managing gRPC apis? For example create a collection of gRPC apis? https://blog.postman.com/postman-v10-and-grpc-what-you-can-do/

Hello Team, We are trying to run the following code to generate postman collection automatically. We are expecting to get request body and request parameters to get added automatically but...

for validating the status code and status message we don't want to write the code, instead have the expression tab with a simplified drop-down option to validate those, this may...

The global variables set beforehand are not accessible while any scheduled run takes place. It logs undefined to console as shown in attached image when an attempt is made to...

Now, there is a need for manually checking "Save responses" checkbox. It would be useful to have "save responses by default in Runner" in Postman Settings.

In this code: https://github.com/postmanlabs/postman-collection/blob/main/lib/collection/response.js#L139 https://github.com/postmanlabs/postman-collection/blob/main/lib/collection/request.js#L63 You are using `typeof` operator incorrectly, because `typeof` operator returns string with type name like 'undefined', 'function', etc, but not a type.

suggest apis integation in postman