Skip to content
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
}

ํ™˜๊ฒฝ๊ตฌ์„ฑ

์ปจ๋ฒค์…˜

๋ช…์„ธ

Clone this wiki locally