TeamFILL-IN / server-renew

spring base
The Unlicense
2 stars 0 forks source link

Gallery feature #31

Open daehwan2da opened 9 months ago

daehwan2da commented 9 months ago

요구사항

모든 api 에 header token 이 Mandatory 로 기존 api docs 에 정의됨


영역 구분

API

이미지 다건 조회

GET /photo

{
 "data" : {
    "photos" : [
      {
         "nickname": "계획적인 노트북",
          "userImageUrl": "user image url here",
          "photoId": 12,
          "imageUrl": "photo image url here",
          "filmId": 1,
           "filmName": "Agfa vista 200",
           "likeCount": 0,
           "isLiked": true,
           "isGaro": true,
           "isOwner" : true, // 신규 추가 필드
      }
   ]
  }
}

이미지 단건 조회

이미지 수정

이미지 제거