show/hide this revision's text 3 Updated the title.

What are the best/common RESTful url 'actions'?verbs and actions?

hi folks, I'm trying to find some info on the best and most common RESTful url actions.

for example, what url do you use for displaying the details of an item, for editing the item, updating, etc.

/question/show/<whatever>
/question/edit/<whatever>
/question/update/<whatever> (this is the post back url)
/question/list   (lists the questions)

hmm. thanks to anyone helping out :)

edit: fixed typos edit2: title updated - added the word verbs.

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

What are the best/common RESTful url 'actions'?

hi folks, I'm trying to find some info on the best and most common RESTful url actions.

for example, what url do you use for displaying the details of an item, for editing the item, updating, etc.

/question/show/<whatever>
/question/edit/<whatever>
/question/update/<whatever> (this is the post back url)
/question/list   (lists the questions)

hmm. thanks to anyone helping out :)

edit: fixed typos