Skip to content

Instantly share code, notes, and snippets.

@bcarun
Last active December 28, 2019 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bcarun/8d57a2d0230fdfd11d567ff468d7dd27 to your computer and use it in GitHub Desktop.
Save bcarun/8d57a2d0230fdfd11d567ff468d7dd27 to your computer and use it in GitHub Desktop.
Rest API Best Practices Snippet - HTTP Method Usage
USE CASE HTTP METHOD
Create POST
Get or Find GET
Update PUT
Partial Update PATCH
Delete or Soft Delete DELETE
Search POST
List Of Values GET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment