Hands-On RESTful Web Services with TypeScript 3
上QQ阅读APP看书,第一时间看更新

Questions

  1. What method should be used in order to change the resource state?
  2. What is the best way to create a new resource?
  3. What are the REST architectural style constraints?
  4. What is the only optional REST architectural style constraint?
  5. If you need to change only two fields in a resource that contains more than two fields, what verb should you use?
  6. What is the verb used to update the whole resource?
  7. What does GET do?