Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <b>GET</b> -> retrieve a resource or its collection
  2. #
  3. <b>POST</b> -> create one or many resources
  4. #
  5. <b>PUT</b> -> update a whole resource or many of them
  6. #
  7. <b>PATCH</b> -> update a chunk of one or many resources
  8. #
  9. <b>DELETE</b> -> delete one or many resources (although deleting many is not wise)
  10. #
  11. <b>OPTIONS</b> -> shows the options available for the specified resource
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement