Skip to content

2. API 명세서

seonggon do edited this page Mar 29, 2022 · 6 revisions
Schema Method URL RequestBody
User POST localhost:8080/api/user User
GET localhost:8080/api/user
GET localhost:8080/api/user/{userId}
PUT localhost:8080/api/user
DELETE localhost:8080/api/user/{userId}
StudyGroup POST localhost:8080/api/study-group StudyGroup
GET localhost:8080/api/study-group
GET localhost:8080/api/study-group/{groupId}
GET localhost:8080/api/study-group
GET localhost:8080/api/study-group/{groupId}
Room POST localhost:8080/api/room Room
GET localhost:8080/api/room
GET localhost:8080/api/room/{roomId}
PUT localhost:8080/api/room
DELETE localhost:8080/api/room/{roomId}
Reservation POST localhost:8080/api/{roomId}/reservation Reservation
GET localhost:8080/api/{roomId}/reservation/{reservationId}
GET localhost:8080/api/{roomId}/reservation
PUT localhost:8080/api/{roomId}/reservation
DELETE localhost:8080/api/{roomId}/reservation/{reservationId}
Clone this wiki locally