My Understanding of API Methods

celestialspoof
celestialspoofPro
9/21/2026 · 0 views
  • GET sends a HTTPS Request, It is a request to retrieve data from a server.

  • POST Is used to request and change data from a server.

  • PATCH Is used to make smaller changes in data from a server, not the object just specific changes.

  • DELETE It lets you remove data from a server.

"Putting It Together"

You can use GET, POST, PATCH, and DELETE to get and make changes on the data you need.

Comments

Log in to leave a comment.