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
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
The text was updated successfully, but these errors were encountered:
I have checked the following:
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
The text was updated successfully, but these errors were encountered: