Replies: 2 comments
-
Feature branch: https://github.com/dschulten/insomnia/tree/feature/follow-rfc6570-uritemplates In uritemplates you can have composite values, e.g. lists or dictionaries. E.g. if Uritemplate variables are a much wider concept than url query params, although there is some overlap. We therefore keep them separate from |
Beta Was this translation helpful? Give feedback.
-
I like this! Nice work. At first glance (just by the screenshot), it doesn't seem like this should depend on #874. Ideally it should be treated as completely separate and should even be able to be merged into the existing system of opening links in the browser. Feel free to submit a PR for this, ideally without the included changes in #874 |
Beta Was this translation helpful? Give feedback.
-
[Feature Request] – APIs can contain rfc6570 uritemplates, e.g.
http://example.com{?personId*}
. Building on #874, Insomnia should allow to provide uritemplate variables when the user clicks such a UriTemplate:Beta Was this translation helpful? Give feedback.
All reactions