-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 모든 클럽 조회
DongGeon0908 edited this page Oct 16, 2021
·
4 revisions
METHOD | URL | ... |
---|---|---|
GET | /api/clubs | CLUB 조회 |
{
"status": 200,
"message": "CLUBS_INQUIRY_SUCCESS",
"data": [
{
"id": 1,
"name": "컴퓨터공학부",
"image": "dsadsadadasdads",
"branch": "PERFORMING_ARTS"
},
{
"id": 2,
"name": "정보통신학부",
"image": "dsadsadadasdads",
"branch": "PERFORMING_ARTS"
},
{
"id": 3,
"name": "국어국문학과",
"image": "dsadsadadasdads",
"branch": "PERFORMING_ARTS"
}
]
}