[GH-ISSUE #2405] [feature]: parameters in url #814

Closed
opened 2026-03-16 17:17:34 +03:00 by kerem · 3 comments
Owner

Originally created by @phate89 on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2405

Is there an existing issue for this?

  • I have searched the existing issues

Summary

https://github.com/hoppscotch/hoppscotch/pull/840
I found this feature merged but it doesn't exist in current version. It was reverted?
Thanks

Why should this be worked on?

Today rest api use a lot of stuff passed not as parameters but as part of the url.

Originally created by @phate89 on GitHub (Jun 8, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2405 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary https://github.com/hoppscotch/hoppscotch/pull/840 I found this feature merged but it doesn't exist in current version. It was reverted? Thanks ### Why should this be worked on? Today rest api use a lot of stuff passed not as parameters but as part of the url.
kerem 2026-03-16 17:17:34 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@liyasthomas commented on GitHub (Jun 8, 2022):

Possible duplicate of #2227 #2086, hence closing.

<!-- gh-comment-id:1149723825 --> @liyasthomas commented on GitHub (Jun 8, 2022): Possible duplicate of ~#2227~ #2086, hence closing.
Author
Owner

@phate89 commented on GitHub (Jun 8, 2022):

@liyasthomas that's not what the request was about.
The pr implemwnts a way to use parameters in url but like this:
Https://myapi.com/myresource/ < < resourceid > >
(Where resourceid is a parameter defined)
Instead of the usual Https://myapi.com/myresource?resourceid=something that is rarely used nowadays with rest API.
The pr was reverted or something? Because it was merged

<!-- gh-comment-id:1149754563 --> @phate89 commented on GitHub (Jun 8, 2022): @liyasthomas that's not what the request was about. The pr implemwnts a way to use parameters in url but like this: Https://myapi.com/myresource/ < < resourceid > > (Where resourceid is a parameter defined) Instead of the usual Https://myapi.com/myresource?resourceid=something that is rarely used nowadays with rest API. The pr was reverted or something? Because it was merged
Author
Owner

@liyasthomas commented on GitHub (Jun 8, 2022):

Hi @phate89, sorry for the delay. It was a typo from my end. I've mentioned the correct issue ticket number in my original comment.

Support for inline path variables has been dropped on a refactor. As of now, we're tracking its priority in #2086. Please share your thoughts on the same issue ticket.

<!-- gh-comment-id:1149802127 --> @liyasthomas commented on GitHub (Jun 8, 2022): Hi @phate89, sorry for the delay. It was a typo from my end. I've mentioned the correct issue ticket number in my original comment. Support for inline path variables has been dropped on a refactor. As of now, we're tracking its priority in #2086. Please share your thoughts on the same issue ticket.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#814
No description provided.