#18 ✓invalid
Guilherme Silveira

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket

Referenced by

Pages