Dev Terms: What is CRUD API? #coding #api

preview_player
Показать описание
Today's dev term is CRUD operations. CRUD stands for create, read, update, delete—basic operations on a database. So, a CRUD API handles these operations. Follow for more dev tips!

#api #crud #developers #dev #coding
Рекомендации по теме
Комментарии
Автор

Nice
I just explained this to our intern.
Now I’ll send him the video. 😊
BTW: we tie crud to HTTP methods of Post, Get, Put (we don’t use patch) and Delete.
Have a great day!

MrBigwat