Skip to content

Instantly share code, notes, and snippets.

@MatthewMueller-Snippets
Created April 14, 2012 03:45
Show Gist options
  • Save MatthewMueller-Snippets/2381940 to your computer and use it in GitHub Desktop.
Save MatthewMueller-Snippets/2381940 to your computer and use it in GitHub Desktop.
RESTful API design
GET / -> index
GET /new -> new
POST / -> create
GET /:id -> show
GET /:id/edit -> edit
PUT /:id -> update
DELETE /:id -> destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment