Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert from Postman Collection 2.1 to AsyncAPI 3.0 #234

Closed
jonaslagoni opened this issue Mar 9, 2024 · 2 comments · Fixed by #276
Closed

Convert from Postman Collection 2.1 to AsyncAPI 3.0 #234

jonaslagoni opened this issue Mar 9, 2024 · 2 comments · Fixed by #276
Labels
area/typescript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. enhancement New feature or request keep-open released

Comments

@jonaslagoni
Copy link
Member

This issue is part of a longer vision for the converter that can be found here: #221

It would be great to open up how easily people can switch or try out AsyncAPI based on existing resources. One of these is the Postman Collection, which defines a bunch of HTTP requests in a grouping called collections that contain items (requests) and folders.

I think we can combine this issue with #233, so when that functionality is solved, we can use postman2openapi or postman-to-openapi to first convert it to OpenAPI 3.0, and then use the existing converter to convert it to AsyncAPI.

NOTICE, because of the difficulty of this issue, you will be able to contact me all the time through Slack if you get stuck solving it at any point and even have calls when relevant.

@jonaslagoni jonaslagoni added enhancement New feature or request keep-open area/typescript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. labels Mar 9, 2024
@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@aeworxet
Copy link

I would suggest researching the possibility to run @asyncapi/converter v1.6.0+ in a browser (maybe in a wrapper if that is not possible natively?) to avoid repeating situations like asyncapi/studio#1138.

@Amzani @KhudaDad414 @Shurtu-gal @Gmin2 @ItshMoh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/typescript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. enhancement New feature or request keep-open released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants