Skip to content

Instantly share code, notes, and snippets.

@NSLog0
Last active February 1, 2020 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NSLog0/04e741f8b5aa3cf17cd7674a87cba477 to your computer and use it in GitHub Desktop.
Save NSLog0/04e741f8b5aa3cf17cd7674a87cba477 to your computer and use it in GitHub Desktop.

| Resource |GET (Read) | POST (Create) | PUT (Bulk update) |PATCH (Update)| |DELETE (Delete)| |---|---|---|---|---|---| |/books| Return a list of books| Creates a new book|Bulk update|Delete all| |books/2|Return a sprecific book| Method not allowed (HTTP 405)| Updates a specific user| Deletes a specific user|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment