Abhijit Kane
Abhijit Kane
Thanks @alne4294. The docs around manually downloading the bridge were removed since we added the installer in the app. We're working to re-add those instructions with a few tweaks. Is...
@NeraNodes @ChristianHauwert Hm - the OpenAPI module and the Postman app construct collections a little differently. Can you explain your workflow/requirements that require you to merge collections from these two...
@Meemaw could you elaborate what you mean by source? How should the `http://localhost:8080/openapi` be represented in the final generated collection?
@joaonunogomes Not yet, unfortunately. This module is included in the Postman application, so I don't think we'll be able to prioritise CLI-only features anytime soon. For the use-case described above,...
@skplunkerin Is there a similar workflow in the other tools that you use that supports something similar? We could explore Postman vendor-extensions in OAS that allow you to specify a...
@harshpat I'd agree using the first one isn't ideal. What's the use-case of different types of request payloads for different content-types? How different would the different schemas be? We could...
@kevinswiber Could you expand your last comment? My understanding is: 1. A source map is a map from an OpenAPI operation to a Postman request ID 2. Source maps are...
@chrisleavoy I updated the isViolator function a bit. Try this - ``` public function isViolator($identifier) { if ($this->storage === null) { throw new LogicException('no storage set'); } $toBlock = false;...
@drjonnicholson Are you talking about any parameters that don't have `required: true` being added to the request/collection, but in the disabled state?
@Swapnil-getpostman Is "twitter.com" added to the list of domains to sync cookies for?