Return to site

REST INTERVIEW QUESTION: What does CRUD mean?

How is it rendered in REST API?

CRUD is a short form of Create, Read, Update and Delete. In REST API, the POST is used to create a resource, GET is used to read a resource, PUT is used to updated a resource and DELETE is used to remove a resource from the server.

All Posts
×

Almost done…

We just sent you an email. Please click the link in the email to confirm your subscription!

OK