-
Notifications
You must be signed in to change notification settings - Fork 12
API
Gyeong-Jun Kim edited this page Aug 5, 2020
·
5 revisions
๊ฒ์๊ธ ์์ฑ(Req)
{ title: string price: number category: string contents: string tags: object photos: object authorId: number }
ํผ๋ ์กฐํ(Res)
{ articleId: number favoriteCount: number tags: object photos: object }
๊ฒ์๊ธ ์์ธ ์กฐํ(Res)
{ id: number title: string category: string price: number contents: string tradeType: string tradeState: string photos: object tags: object member: object favorite: object }
๋ก๊ทธ์ธ(Req)
{ email: string password: string }
๋ก๊ทธ์ธ ์ฑ๊ณต(Res)
{ id: number }