You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We currently only support importing Postman Collections. In order to support a wide user base, we also want to support importing Bruno Collections.
Describe the solution you'd like
We need to implement a BrunoImporter which itself implements the CollectionImporter interface in src/main/import/service. The new importer must also be registered in the ImportService.
Additional context
You can see the implementation of the PostmanImporter which is similar.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We currently only support importing Postman Collections. In order to support a wide user base, we also want to support importing Bruno Collections.
Describe the solution you'd like
We need to implement a
BrunoImporter
which itself implements theCollectionImporter
interface insrc/main/import/service
. The new importer must also be registered in theImportService
.Additional context
You can see the implementation of the
PostmanImporter
which is similar.The text was updated successfully, but these errors were encountered: