Closed jonaslagoni closed 1 month ago
Thanks @Souvikns for submitting this issue for Bounty : ) I will take this
Hey @jonaslagoni as i have done #1498 by #1500, i would like to take this
Hey @jonaslagoni as i have done #1498, i would like to take this
@Gmin2 After discussion with @Souvikns we decided to submit this issue in the bounty program. Please let me start working on this issue, if you have any doubt let me know thanks for cooperation
@jonaslagoni @Souvikns I want to take this issue. As i have made the specifications for conversion of postman collection into async api . I would love to work on this issue. Here is the link that pr.
Text labels: bounty/2024-Q4
, bounty/medium
, bounty/coding
First assignment to regular contributors: 2024-09-20 00:00:00 UTC+12:00
End Of Life after: 2024-10-31 23:59:59 UTC-12:00
@asyncapi/bounty_team
@AayushSaini101, @Gmin2, @ItshMoh, please describe how you would approach resolving this Bounty Issue.
I can see that we can only export the Postman collection in a JSON file and not in a YAML file. In the Pull Request mentioned, it's converting YAML postman collection file to Async API file. @ItshMoh, Can you guide me on how we can export the Postman collection to a YAML file?
@dhruvilmehta Bounty Issues are not collaborative work, and the Bounty Program is not a Mentorship Program. You are expected to be able to deliver the solution autonomously with only a little strategic guidance from the AsyncAPI Maintainer. Please describe how would you approach the resolution of this Bounty Issue, preferably with a coding draft.
@Gmin2 Will work on this issue, We have discussed it, and He has done the prerequisite task of this issue
We need to introduced a new option for format
parameter named postman
(as format was introduced in this ), and then we need to also add isPostmanCollection
in convert.js
as introduced in this, and finally we need to add a testcase for it
I would like to work on this as part of bounty program
cc @aeworxet, @Souvikns
Complexity Level | Assignment Date (by GitHub) | Start Date (by BP Rules) | End Date (by BP Rules) | Draft PR Submission | Final PR Merge Start | Final PR Merge End |
---|---|---|---|---|---|---|
Medium | 2024-09-21 | 2024-10-07 | 2024-11-17 | 2024-10-20 | 2024-11-03 | 2024-11-17 |
:tada: This issue has been resolved in version 2.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Does the code work as expected after the merge of https://github.com/asyncapi/cli/pull/1527?
Does the code work as expected after the merge of #1527?
Screencast from 03-10-24 04:31:19 PM IST.webm cc @aeworxet
@Souvikns, as the AsyncAPI Maintainer, who was responsible for the resolution of this Bounty Issue from the AsyncAPI's side, please confirm its technical resolution.
I confirm that this bounty issue is resolved succesfully.
@Gmin2 (githubID
127925465), please go to the AsyncAPI page on Open Collective and submit an invoice for USD 200.00
with the expense title Bounty cli#1516
, tag bounty
, and full URL of this Bounty Issue in the description.
As the PR was just merged, it's now possible to convert Postman collection to AsyncAPI v3, and it should be possible to do this through the CLI. Checkout https://github.com/asyncapi/converter-js?tab=readme-ov-file#postman-collection-to-asyncapi-conversion for how to do it.
https://github.com/asyncapi/converter-js/pull/276