Principles Flashcards
1
Q
The 4 P’s of Problem Solving
A
Preparation, Plan, Perform, Perfect
2
Q
REST
A
Representational State Transfer
3
Q
In REST, endpoints usually represent what?
A
Resources
4
Q
True or False: Since HTTP is stateless, every request a user makes needs to be authenticated.
A
True
5
Q
What do we call the part of the URL after the question mark? For example: /api/v1/games?sort=points&order=desc
A
Query string
6
Q
In REST, one of four ____ methods define the kind of action to take on the specified resource or collection.
A
HTTP
7
Q
In an HTTP response, what header identifies the kind of data being sent back?
A
Content-Type