API response 형태 정리 #58
Moon-ju-young
started this conversation in
Ideas
Replies: 1 comment
-
|
참고: https://www.notion.so/api-response-2101b530645e80af8cb8c65d3258f421 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
API 명세서에서 보기 힘들어서 response들의 형태만 정리했습니다.
request body는 정리 안했습니다.
인증
POST /token
공고
GET /notices
GET /shops/{shop_id}/notices
POST /shops/{shop_id}/notices
하단의
PUT /shops/{shop_id}/notices/{notice_id}와 동일GET /shops/{shop_id}/notices/{notice_id}
PUT /shops/{shop_id}/notices/{notice_id}
유저
POST /users
GET /users/{user_id}
아래와 동일
PUT /users/{user_id}
가게
POST /shops
아래와 동일
GET /shops/{shop_id}
아래와 동일
PUT /shops/{shop_id}
지원
GET /shops/{shop_id}/notices/{notice_id}/applications
POST /shops/{shop_id}/notices/{notice_id}/applications
아래와 동일
PUT /shops/{shop_id}/notices/{notice_id}/applications/{application_id}
GET /users/{user_id}/applications
알림
GET /users/{user_id}/alerts
얘는 왜 배열 안에 property가 있는건지
아래와 유사
PUT /users/{user_id}/alerts/{alert_id}
이미지 업로드
POST /images
Beta Was this translation helpful? Give feedback.
All reactions