Replies: 3 comments
-
I had to double check this, since this was an import from insomnia, but surely the name is "forced" into the same as the filename.. Looking at the .bru file I see no reason for it to be like this, in fact I changed in the config file and it works just fine |
Beta Was this translation helpful? Give feedback.
-
I would like to add my support for proper naming... I don't care too much about what the filenames are, but i also use / and : characters in my api request names and found that we can update the name attribute in the meta object on the bru file. However if you now use rename on the bruno app it will throw an error and I also doubt if the name is used properly when sorting things. I really hope this could be fixed. |
Beta Was this translation helpful? Give feedback.
-
+1 to this. I saw a couple of related issues (e.g. #219) and I was curious, is it not possible to translate system reserved characters into dashes for the file name and use the URL formatted name as display-only meta data when naming a file? I'm a bit out of my depth working on a project like this, but it seems doable 🤷
Looking at it now, I wonder if it would make sense to convert all special characters to dashes for the file name and leave the entry's display name as typed. Creating a request called I'd like to see that type of conversion, but for now I can keep changing the name in the bru files. |
Beta Was this translation helpful? Give feedback.
-
I get that each request is saved as a file and that
https://foo.bar/api
is a bad filename.But, can you not have a
name
property in the .bru file that allowes for urls as a request name?This is ugly, I would rather it was named exactly as I choose.
There is no reason to link name <--> filename
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions