Replies: 6 comments 5 replies
-
I created a duplicate of this request(and closed) #16 My suggestion is to just follow current design: create a new tab "Path var" or alike and copy-paste "Query" tab and make it work. And leave redesign discussions for a later stage. |
Beta Was this translation helpful? Give feedback.
-
good idea; I will sort this out for v0.2.0 |
Beta Was this translation helpful? Give feedback.
-
I think tab "Query" is for query parameter, and this Normally I use an environmental variable to do this: ![]() ![]() |
Beta Was this translation helpful? Give feedback.
-
That's what I meant - we already have Query and Headers tabs. So, following de facto convention, lets add a new tab "Path var". It's not perfect, since I, as a user will have to go through the tabs to change request parameters, which lacks visibility. But at least it will be consistent with current design. |
Beta Was this translation helpful? Give feedback.
-
just added first class support for segment params - 4aa7e50 v0.2.0 is out now. (homebrew & flathub releases coming soon (+ macOS notarization & Windows signing)) Let me know what you guys think (or if you guys ran into anything weird) url-segment-.mov |
Beta Was this translation helpful? Give feedback.
-
Hello, When I generate cURL code with segment parameter in URL, it keeps the variable instead of the value, example : https://localhost:443/api/v1/books/:isbn Is this possible to replace the path param segment by its value ? My configuration : |
Beta Was this translation helpful? Give feedback.
-
Hi,
First of all: I love this fork and the ideas behind it <3
Working with insomnia I have always missed one feature - url params.
Something exactly like the query params from insomnia, but for the url path segments:
Beta Was this translation helpful? Give feedback.
All reactions