- Hands-On RESTful Web Services with TypeScript 3
- Biharck Muniz Araújo
- 75字
- 2021-07-02 12:19:20
Questions
- What method should be used in order to change the resource state?
- What is the best way to create a new resource?
- What are the REST architectural style constraints?
- What is the only optional REST architectural style constraint?
- If you need to change only two fields in a resource that contains more than two fields, what verb should you use?
- What is the verb used to update the whole resource?
- What does GET do?