REST APIs Flashcards

1
Q

What does REST API stand for?

A

Representational State Transfer

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

What is a REST API?

A

Architecture style for designing networked applications.

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

What does the REST API rely on?

A

Relies on a stateless, client-server protocol.

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

REST APIs treats server objects as resources that can be _______ or ______.

A

created or destroyed.

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

GET requests

A

Retrieve data from a specified resource

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

POST request

A

Submit data to be processed to a specified resource

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

PUT request

A

Update a specified resource

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

DELETE request

A

Delete a specified resource

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

HEAD request

A

Retrieve data from the header

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

OPTIONS request

A

Returns the supported HTTP methods

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

PATCH request

A

Update partial resources

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