본문 바로가기
Spring

[TIL] 231228 REST API 개념 정리

by studymode 2023. 12. 28.

Rest API

Designing API, easier to understand by useing HttpMethod

- drop verbs, use noun instead

 

HttpMethod

GET

POST

PUT

PATCH

DELETE