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
Bruno would recognize three path variables: version, query and ext. This would mean that the variable names need to be restricted and not allow (some) special characters.
I have checked the following:
Describe the feature you want to add
Hi, thanks for the nice IDE for REST APIs! I have a problem with using TomTom's REST API with Bruno
The URL request format is (shortened):
One example call is
https://api.tomtom.com/search/2/geocode/Paris.json?key=...
. The challenge is how to model the two path parameters{query}.{ext}
?I can write
but I as a "." is not treated as a special character for path variables, I cannot write
Mockups or Images of the feature
Bruno would recognize three path variables:
version
,query
andext
. This would mean that the variable names need to be restricted and not allow (some) special characters.The text was updated successfully, but these errors were encountered: