CRUD Actions
[!INFO]-
topic: ๐ฅ๏ธ Tech
links: What's a REST API
source: What is a REST API? - YouTube
tags: #permanent-note #published
Last Modified:=dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")
Create
Read
Update
Delete
| CRUD | HTTP method |
|---|---|
| Create | Post |
| Read | Get |
| Update | Put |
| Delete | Delete |