apigee / registry

The Registry API allows teams to track and manage machine-readable descriptions of APIs.
https://apigee.github.io/registry
Apache License 2.0
145 stars 33 forks source link

Registry tool: Export specs as Postman collections #275

Open seaneganx opened 3 years ago

seaneganx commented 3 years ago

The Registry tool may be able to leverage the postmanlabs/openapi-to-postman library to export OpenAPI v3 specs as Postman collections. Below are some suggestions for how this feature might be offered.

Command: registry export postman [spec]

Output: The Postman collection (v2.1.0) in JSON format.

Since the library is released on npm, some investigation is necessary to determine whether it can be interoperable with our Go code, and how we would would handle that. Adding a NodeJS dependency to the Registry tool isn't an ideal solution.

seaneganx commented 2 years ago

Unassigned for now. We can pick this up after thinking more about how to integrate with Postman and the provided JavaScript libraries.