Media type registry should detect verb execution type per relation name
Reported by Guilherme Silveira | April 6th, 2010 @ 11:14 AM | in v0.8
Media type specification (and custom ones) provide details on which http verb should be used for each request. Restfulie should follow the specification and use the verb provided, without any early-binding on verb type, i.e.:
entry.search.post("content")
should be
entry.search("content")
If search relates to an open-search media type, Restfulie would know its a GET request and use the OpenSearch driver to execute the search.
Comments and changes to this ticket
-
Guilherme Silveira April 8th, 2010 @ 11:34 AM
- Milestone changed from v0.7.1 to v0.7
moving it to a default implementation on 0.7 based on:
entry.search.access("content")
-
Guilherme Silveira April 8th, 2010 @ 11:34 AM
- Assigned user set to Guilherme Silveira
implementing it
-
Guilherme Silveira April 8th, 2010 @ 11:36 AM
- Tag changed from client to client, negotiation, verb
-
Guilherme Silveira April 12th, 2010 @ 02:50 PM
- Milestone changed from v0.7 to v0.7.1
-
Guilherme Silveira April 28th, 2010 @ 01:10 PM
- Milestone changed from v0.7.1 to v0.8
-
Guilherme Silveira May 5th, 2010 @ 03:17 PM
- Milestone cleared.
- Tag changed from client, negotiation, verb to client, feature, negotiation, verb
-
Guilherme Silveira May 24th, 2010 @ 11:10 AM
- Milestone set to v0.8
- State changed from new to invalid
it actually should not.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Tags
Referenced by
- 25 Automatically detect relation verb based on media type and relation name duplicated at http://restfulie.lighthouseapp.com/project...