-
Notifications
You must be signed in to change notification settings - Fork 6
list 카테고리 int:cc_id detail
jwo0o0 edited this page Nov 20, 2020
·
1 revision
list/카테고리/<int:cc_id>/detail/
HTTP 200 OK Allow: GET, POST, HEAD, OPTIONS Content-Type: application/json Vary: Accept
GET [
{ "number": "50", "region": "OrderedDict([('xi', '5'), ('gu', '2')])", "target": "t1", "time": "매주 토요일", "mainURL": "https://www.naver.com/", "detail": "OrderedDict([('title', '1기 모집'), ('content', '많은 지원 바랍니다')])", "poster": "p1", "card_image": "OrderedDict([('0', 'c1'), ('1', 'c2')])", "club_id": -3 }, { "QA": "OrderedDict([('Q1', OrderedDict([('0', '무슨 활동을 하나요?'), ('1', '즐겁게 놉니다')]))])", "ci_id": "-3" }
]
POST는 아직..ㅜㅜ
입력할 때{
"number":"50", "region":{"xi":"5", "gu":"2"}, "target":"t1", "time":"매주 토요일", "mainURL":"https://www.naver.com/", "detail":{"title":"1기 모집", "content":"많은 지원 바랍니다"}, "poster":"p1", "card_image":{"0":"c1", "1":"c2"}, "club_id":"-3"
}
{
"QA":{ "Q1":{"0":"언제 활동하나요?", "1":"토요일입니다"}, "Q2":{"0":"활동 지역은 언제인가요?", "1":"서울입니다"} }, "ci_id" : "-3"
} 이런 식으로
moZip