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
Hey @dougblack, I started working on a fix for this issue here. It works as you proposed where
/users/1
expressed as
/users/:id
will add a key id with a value of 1 to url.Values.
For the most part it's working, but there are somethings I could do better. If anyone has any suggestions, let me know! In the mean time I'll be fixing bugs with it and polishing up the code, then submitting a pull request.
In many RESTful APIs, there is data stored in the URI.
sleepy
should be able to parse it out.For example
can be expressed as
and then
id
could be passed to the matching resource method as aurl.Values
key-value pair.The text was updated successfully, but these errors were encountered: