Replies: 4 comments 2 replies
-
This might be something comparable: |
Beta Was this translation helpful? Give feedback.
-
hey I'm interested in this. Looking to do something similar in my organization. |
Beta Was this translation helpful? Give feedback.
-
adding support for bruno to load a tarball of a collection from a launch via the browser could be usefull for this. |
Beta Was this translation helpful? Give feedback.
-
I'll do this issue , to create a exporter via bru.js cli tool and with this we could load the url into bruno we just need a third issue to add support for open-url afterward |
Beta Was this translation helpful? Give feedback.
-
Our team were heavy Postman users from the very beginning when postman first offered a paid offering.
As of March this year we no longer offer a paid license to developers. We backed up all the postman collections, into git, and teams have begun to take those backups and convert them to bruno collections. The bruno collections are co-located within the same code repository as their service code.
When a service API changes the developer also changes their bruno collection when needed. One other detail that is worth adding is we are an "API Design first" shop and propose API service changes by raising a pull request to our specification repositories and then once approved developers move forward with making the service code changes.
When other developers around the organization would like to consume an API they discover they then pull down the service code along with the bruno collection to make their first call.
We are also heavy users of backstage to discover services and APIs that teams might want to consume. We surface in backstage every service, the API definition (open api spec), and links to the service repository.
We are thinking about ways we could reduce the "time to first call" of an API you might discover in backstage.
We wanted to first see if others are interested in the same types of workflows including backstage?
If there is interest we would be open to collaborating on something?
Brainstorming / Thoughts:
Beta Was this translation helpful? Give feedback.
All reactions