Skip to content
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

Add support to import collection from a URL #2970

Open
1 task done
berlingoqc opened this issue Aug 29, 2024 · 4 comments · May be fixed by #3000
Open
1 task done

Add support to import collection from a URL #2970

berlingoqc opened this issue Aug 29, 2024 · 4 comments · May be fixed by #3000
Labels
enhancement New feature or request

Comments

@berlingoqc
Copy link

berlingoqc commented Aug 29, 2024

I have checked the following:

  • I've searched existing issues and found nothing related to my issue.

Describe the feature you want to add

In the GUI where you have the dialog to select a file instead you should be able to also enter a URL to download the postman, insomnia, bruno or OpenAPI spec file and import it. Should behave the same , just without needing to download the file manually beforehand.

Should work in the GUI and also in the CLI

Mockups or Images of the feature

bru run --collection http://localhost:3000/bruno.json

The same feature is present in postman.

Screenshot 2024-08-29 at 4 49 24 PM
@berlingoqc berlingoqc added the enhancement New feature or request label Aug 29, 2024
@berlingoqc
Copy link
Author

berlingoqc commented Aug 29, 2024

i already created an PR to support a custom collection-path instead of cwd for the cli. Could be rename to collection and support local path or url. Like newman does

#2968

@berlingoqc berlingoqc linked a pull request Sep 2, 2024 that will close this issue
9 tasks
@smesguich-orange
Copy link

Really intrested !
Maybe with a sync function (fetch swager from URL)

@berlingoqc
Copy link
Author

Yes exactly , i created the MR but it's still in draft , it's working but need to work on the UI.

We need this for our backstage integration , with functionality to open bruno from the browser and redirect to the downloaded collection.

@berlingoqc
Copy link
Author

#3000

i have a demo here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants