RESTful Routing Flashcards
1
Q
Describe what HTTP REST is
A
…
2
Q
Design an HTTP API which is RESTful
A
…
3
Q
Describe the difference between HTTP’s query params and body params and url params
A
…
4
Q
Describe the use cases for the PUT and DELETE HTTP methods
A
…
5
Q
Describe when to respond with the HTTP status code 201
A
…
6
Q
Describe when to respond with the HTTP status code 301
A
…
7
Q
Describe when to respond with the HTTP status code 400
A
…