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

Currently, when I construct a `Url` without any query parameters, the instance of the `url` works as expected in isolation. Both `toString()` and `toJSON()` leave out any query string. However,...

Hi! When I call any update method like for example for request: ![image](https://user-images.githubusercontent.com/6381507/175302201-cf608294-7872-4440-8b3a-04908668c13b.png) Typescript now asks me to provide all the fields, which is not the way you designed of...

Meant to solve / apply last-mile data transformation algorithms within runtime implementations.

Password type is essentially a string type. This is also a precursor to allow external hooks into type handling. + added new password type + reordered code in type def...

At Faker.js has: - faker.finance.creditCardNumber -> **$randomCreditCardNumber** - faker.finance.creditCardCVV -> **$randomCreditCardCVV** postman-docs link: https://github.com/postmanlabs/postman-docs/pull/3383

This is more of a conversation starter than a solution. I encountered this case when working with the Postman app: A stringified JSON document including other JSON stringified interpolations is...

Hello! I've written TypeScript type definitions and am submitting them to DefinitelyTyped: DefinitelyTyped/DefinitelyTyped#24227 I just wanted to notify here in case you would like to review and there is anything...

help-wanted

If an Item is created with the field **events** instead of adding events after the object is created, when you try to run the collection that contains it with newman...

If codes are modified in the requests of collection, when collection is executed using collection runner, currently no notification for unsaved codes, and old codes in the collection will be...