Skip to content

Instantly share code, notes, and snippets.

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 krishabhishek/d35c45a39a3d08d9cda1e772a9a056df to your computer and use it in GitHub Desktop.
Save krishabhishek/d35c45a39a3d08d9cda1e772a9a056df 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