On Friday 18 September 2009 11:23:17 Klaus Kaempf wrote: > * J. Daniel Schmidt <[email protected]> [Sep 17. 2009 22:14]: > > Run Registration: > > --------------------------------- > > > > * /registration > > As Josef already mentioned, you might want to rename this to > /registration/register. This way the url names the action ('register') > and also matches Rails controller/action pattern for urls.
Well Daniel is correct that a REST API should be a name and not a verb, because a POST should "create a registration" and not "register", so the right thing would be to post to /somenamespace/registrations. Or? Duncan -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
