Skip to content

Instantly share code, notes, and snippets.

@laser
Created April 21, 2014 22:05
Show Gist options
  • Save laser/11158192 to your computer and use it in GitHub Desktop.
Save laser/11158192 to your computer and use it in GitHub Desktop.
route table
+---------------------------------------------------------------+
| PATH | VERB | NOTE |
+------------+--------+-----------------------------------------+
| /todos | GET | Retrieve a list of todos |
| /todos | POST | Create a new todo |
| /todos/:id | PUT | Replace the todo with the provided todo |
| /todos/:id | DELETE | Delete the todo |
+------------+--------+-----------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment