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
For REST resources that support multiple HTTP methods, it may be convenient and more readable to give the requests the same name (e.g., the name of the resource). The requests can still be differentiated by the corresponding method.
Implementing this feature will also make it easier to import collections from other API clients that have this feature too. As described in the issue #799.
Bruno stores requests in .bru files having the same name as the requests. To prevent name collisions the names of these files can be prefixed with the corresponding HTTP methods. I tried prefixing files like that by hand and it worked as can be seen in the screenshot.
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
For REST resources that support multiple HTTP methods, it may be convenient and more readable to give the requests the same name (e.g., the name of the resource). The requests can still be differentiated by the corresponding method.
Implementing this feature will also make it easier to import collections from other API clients that have this feature too. As described in the issue #799.
Bruno stores requests in .bru files having the same name as the requests. To prevent name collisions the names of these files can be prefixed with the corresponding HTTP methods. I tried prefixing files like that by hand and it worked as can be seen in the screenshot.
Mockups or Images of the feature
The text was updated successfully, but these errors were encountered: