Last active
August 29, 2015 14:00
-
-
Save laser/9ecefb6da88467d340b8 to your computer and use it in GitHub Desktop.
API Paths 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
| Verb | URI Pattern | | |
| -------| ------------------------------------------- | | |
| GET | http://example.com/api/v1/contacts.json | | |
| POST | http://example.com/api/v1/contacts.json | | |
| GET | http://example.com/api/v1/contacts/:id.json | | |
| PATCH | http://example.com/api/v1/contacts/:id.json | | |
| DELETE | http://example.com/api/v1/contacts/:id.json | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment