Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:00
Show Gist options
  • Save laser/9ecefb6da88467d340b8 to your computer and use it in GitHub Desktop.
Save laser/9ecefb6da88467d340b8 to your computer and use it in GitHub Desktop.
API Paths Table
| 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