Skip to content

Instantly share code, notes, and snippets.

@mstorino
Created April 27, 2017 00:23
Show Gist options
  • Save mstorino/dc6ba26cde607fc24e2b5f52e302e796 to your computer and use it in GitHub Desktop.
Save mstorino/dc6ba26cde607fc24e2b5f52e302e796 to your computer and use it in GitHub Desktop.
RESTful API Routes
GET / users (index or collection route)
GET /users/:id (instance or member route)
POST /users (params in request body)
PUT /users/:id (params in request body)
PATCH /users/:id (params in request body)
DELET /users/:id
@mstorino
Copy link
Author

method override (for HTML5)

<textarea type="text" name="plan"></textarea> Save Plan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment