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