What is REST API? 2.What are all Rest APi http methods?
A
1.Representational state Transfer(it just transfers the state of an object). when we give http requests we get response in file format that is (xml/Json) . 2.CRUD is mostly used in SQL, CREATE - Post Update - Put READ -Get DELETE -Delete