Created
April 21, 2014 22:05
-
-
Save laser/11158192 to your computer and use it in GitHub Desktop.
route table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---------------------------------------------------------------+ | |
| 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