Spring
[TIL] 231228 REST API 개념 정리
studymode
2023. 12. 28. 22:21
Rest API
Designing API, easier to understand by useing HttpMethod
- drop verbs, use noun instead
HttpMethod
GET
POST
PUT
PATCH
DELETE