RESTBench / requirements

Minimum requirements that a repository must fulfill
0 stars 1 forks source link

[Requirements] Custom action #9

Open igorsantos07 opened 7 years ago

igorsantos07 commented 7 years ago

Besides supporting the default HTTP verbs, I think it would be important to request the implementer to create a specific action that runs into a custom URI, such as GET /contact/:id/vcard (weird as this is actually asking for a specific format) or PUT /contact/:id/address/:id/set_preferred (should this be PATCH instead?).

This allows us to compare specific routing requirements that do not fit the standard CRUD scaffold.