Replies: 1 comment
-
🔹 RESTful이란?REST(Representational State Transfer)는 자원을 URI로 명확히 표현하고, 그 자원에 대한 행위(조회, 생성, 수정, 삭제 등)는 HTTP 메서드(GET, POST, PUT, DELETE 등)로 구분하는 아키텍처 스타일이다. 이 스타일을 따르는 API를 RESTful API라고 한다. 🔹 RESTful로 코딩하는 이유
💬 답변 요약
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❓
Beta Was this translation helpful? Give feedback.
All reactions