-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support Import of curl and openapi files #194
Comments
+1 for OpenAPI import and the ability to create collection from OpenAPI json the way we can in Postman. |
This is duplicate of #81 |
The ability to read an OpenAPI spec from a URL would be great. Our build process autogenerates OpenAPI specs and makes them publicly available. If Bruno could read the spec from the URL into a collection that would be pretty cool. |
@not-known-person is that update going to be supporting both importing OpenAPI specs and cURL, or just cURL as the demo shows? |
Yikes I thought feature requests would be in Discussions so posted a duplicate there just now: #547 |
I regret to inform you that, due to certain personal commitments, I am currently unable to dedicate my efforts to the development of this feature. I trust that my fellow team members will take the initiative to work on and eventually release this feature in future updates. |
@not-known-person Is there any branch with your latest draft? |
@ChristophSchwenk Yes ! |
@ChristophSchwenk et. al. Not sure if we have one for the OpenAPI specs but the cURL import feature is getting tracked here ➡️ #338. Can we please redirect the pertaining discussions to the linked issue to reduce dupes? |
Curl Import functionality is now available in |
@helloanoop Nice job thanks for implementing this! I just had a look and found that POST requests are imported as GET requests (wrong method set in bruno) and they are missing the body. PATCH requests are also imported without payload body. |
Bump, important feature |
Please support the import of curl statements to easily copy paste any request from the Browser (copy as curl) to Bruno. Also the feature to import openapi files would be very nice.
The text was updated successfully, but these errors were encountered: