[Feature] URL Parameters #143
Replies: 7 comments
-
|
I was just looking for the same thing 👍 |
Beta Was this translation helpful? Give feedback.
-
|
+1 This feature would greatly help me to adopt posting as a fulltime replacement for postman :) |
Beta Was this translation helpful? Give feedback.
-
|
+1 This is especially useful for get requests. So far loving the tool, but I'd rather have a single url such as |
Beta Was this translation helpful? Give feedback.
-
|
I'm wondering if overriding variables/the environment on a per-request basis would solve this for people. |
Beta Was this translation helpful? Give feedback.
-
|
I think path parameters is such a crucial and common part in the HTTP API world that it deserves it own section, like "Query" does. I was checking how Bruno does this: It auto detect when you type a colon followed by slash - like We can also have a Path Parameters section that is less dynamic: Users needs to define path parameter variables beforehand -> If a curly brace section in the URL - like |
Beta Was this translation helpful? Give feedback.
-
|
I'm working on this feature now: posting-path-params.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
This was implemented and released in 2.9.0. Let me know what you think! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a feature request
What
Allow to have URL parameters like
some/:idwhich would be added in a new section calledparametersbesidesqueryandheaders, this could be automatically picked up by using a regex like(?:\/)(\:.*)(?:\/?).This would allow us to keep the URLs more configurable
Beta Was this translation helpful? Give feedback.
All reactions