Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support for Path Parameters / Request-level Variables #122

Open
LHousehold opened this issue Oct 13, 2023 · 1 comment
Labels
enhancement New feature or request planned

Comments

@LHousehold
Copy link

The system supports Query Parameters, but the nature of HTTP API includes variable elements inside paths.

e.g. /resources/:resourceId/subresources

Variables can be placed in the Path, provided that it is an Environment parameter. But this isn't necessarily appropriate when you are requesting a particular resource like in this example.

Ideally, there would be a way of adding Path Parameters aka Request-level Variables that become available within the context of that request. Perhaps a new tab called Variables that is structured exactly like the Params tab, or adding a second section to the Params tab.

This is a differentiating feature that is probably preventing some users from actively using this HTTPie Desktop.

@jkbrzt jkbrzt added enhancement New feature or request planned labels Oct 14, 2023
@MateoCerquetella
Copy link

Totally on board with adding Path Parameters, It'd make HTTPie Desktop way handier for complex API calls. Great idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned
Projects
None yet
Development

No branches or pull requests

3 participants