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

Switchable Variable Sets? #4014

Open
1 task done
thomaswagnerapa opened this issue Feb 13, 2025 · 0 comments
Open
1 task done

Switchable Variable Sets? #4014

thomaswagnerapa opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@thomaswagnerapa
Copy link

I have checked the following:

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

Describe the feature you want to add

Dear Bruno Team,

I am a developer working on an api where I can use part of the url to determine the client the request is for. So, for example

/api/customer/{{custid}}/members

Of course I can now also call individual members, in this case the call would be

/api/customer/{{custid}}/members/{{membid}}.

Since there are many api calls, I want to store custid and membid in variables. Currently I have these variables stored in environments, which is not ideal because I cannot switch the customer without changing all variables. Unfortunately, using different environments is not an alternative, as I use them for Prod/Test/Dev and the environments and customers would multiply.

For me personally, it would be ideal if there was a kind of "variable sets" drop box next to the environments drop box, where I could define the different IDs for - in this case - the different customers.

Maybe this feature would also be interesting for others... :)

Thank you
and best regards
Thomas

Mockups or Images of the feature

Image

@thomaswagnerapa thomaswagnerapa added the enhancement New feature or request label Feb 13, 2025
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

No branches or pull requests

1 participant