You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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.
Is there an existing issue for this?
Summary
#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.
The text was updated successfully, but these errors were encountered: