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 |