1. What does REST stand for?
2. REST APIs are designed around a ____.
3. What is an identifier of a resource? Give an example.
4. What are the most common HTTP verbs?
5. What should the URIs be based on?
6. Give an example of a good URI.
7. What does it mean to have a ‘chatty’ web API? Is this a good or a bad thing?
8. What status code does a successful GET
request return?
9. What status code does an unsuccessful GET
request return?
10. What status code does a successful POST
request return?
11. What status code does a successful DELETE
request return?