mgrubinger / blog

https://www.grooovinger.com/
MIT License
0 stars 0 forks source link

Create a bruno collection from an Open API document #44

Open mgrubinger opened 2 months ago

mgrubinger commented 2 months ago

short: Using an intermediate Postman collection, we can create a bruno collection based on an Open API document

Bruno does not yet support creating a collection based on an Open API document directly. One way to accomplish that is through an intermediate Postman collection.

  1. Log into Postman
  2. In your workspace, select "Import" and upload your Open API Specification
  3. Once imported, choose "Export" from the menu (three dots) next to the imported collection
  4. save the postman collection
  5. Follow the steps in Import from Postman to import that Postman collection to bruno.

Voilà, you have all the endpoints from the Open API specification in bruno.