-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Rugg edited this page Dec 2, 2015
·
1 revision
| Method | Usage | Comments |
|---|---|---|
| GET | Retrieving Resources | |
| PUT | Creating Resources | |
| POST | Updating Resources | |
| DELETE | Deleting Resources |
URI Mappings | Pattern | Usage | Comments | | ---------------------------- | -- | | /api/{resource} | Retrieving Resources | | | /api/{resource}/uuid | Creating Resources | | | /api/{resource}?params | Updating Resources | |