Rest API Flashcards

1
Q
  1. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly