Blog
Github
LinkedIn
Portfolio
Claude's Profile
/
Blog
/
Blog
/
REST API Best Practices
/
Copy of Untitled
Claude's Profile
/
Blog
/
Blog
/
REST API Best Practices
/
Copy of Untitled
Share
Blog
Github
LinkedIn
Portfolio
Copy of
Untitled
Search
Resource.
GET (read)
POST (create)
PUT (update)
DELETE
/reviews
Open
리뷰 목록들을 반환
리뷰 생성
모든 리뷰를 동시에 수정
모든 리뷰를 삭제
/reviews/1
Open
1번 리뷰 정보 반환
Method not allowd (405)
1번 리뷰 정보 수정
1번 리뷰 삭제