Skip to content

βœ… Heart

YEJI edited this page Sep 25, 2023 · 1 revision

SUMMARY

URI Description
πŸ“Œ POST /hearts μ’‹μ•„μš” 생성
πŸ“Œ DELETE /hearts μ’‹μ•„μš” μ·¨μ†Œ
πŸ“Œ GET /hearts μ’‹μ•„μš” λͺ¨μ•„보기

πŸ“Œ μ’‹μ•„μš” 생성 POST /hearts

πŸ“Œ Request Parameters

  • Headers: Authorization
Field Type Description
photographerId Long μ’‹μ•„ν•˜λŠ” μž‘κ°€μ˜ ID

Response Parameters

Field Type Description
heartId Long μ’‹μ•„μš” ID
memberName string μ‚¬μš©μžμ˜ λ‹‰λ„€μž„
photographerName string μ‚¬μ§„μž‘κ°€μ˜ λ‹‰λ„€μž„
message String "μ’‹μ•„μš”λ₯Ό λˆŒλ €μŠ΅λ‹ˆλ‹€."

μ˜ˆμ‹œ μš”μ²­/응닡
πŸ“Œ Request

{
    "photographerId" : 23
}

Response

{
    "heartId": 4,
    "memberName": "yeji",
    "photographerName": "강지석",
    "message": "μ’‹μ•„μš”λ₯Ό λˆŒλ €μŠ΅λ‹ˆλ‹€."
}

πŸ“Œ μ’‹μ•„μš” μ·¨μ†Œ DELETE /hearts

πŸ“Œ Request Parameters

  • Headers: Authorization
Field Type Description
photographerId Long μ’‹μ•„μš”λ₯Ό λˆŒλ €λ˜ μž‘κ°€μ˜ ID

Response Parameters

Field Type Description
memberName string μ‚¬μš©μžμ˜ λ‹‰λ„€μž„
photographerName string μ‚¬μ§„μž‘κ°€μ˜ λ‹‰λ„€μž„
message String "μ’‹μ•„μš”λ₯Ό μ·¨μ†Œν–ˆμŠ΅λ‹ˆλ‹€."

μ˜ˆμ‹œ μš”μ²­/응닡
πŸ“Œ Request

{
    "photographerId" : 23
}

Response

{
    "memberName": "yeji",
    "photographerName": "강지석",
    "message": "μ’‹μ•„μš”λ₯Ό μ·¨μ†Œν–ˆμŠ΅λ‹ˆλ‹€."
}

πŸ“Œ μ’‹μ•„μš” λͺ¨μ•„보기 GET /hearts

πŸ“Œ Request Parameters

  • Headers: Authorization

Response Parameters

Field Type Description
photographerId Long μ‚¬μ§„μž‘κ°€ ID
nickname string μ‚¬μ§„μž‘κ°€μ˜ λ‹‰λ„€μž„
lowestPay Long μ‚¬μ§„μž‘κ°€μ˜ μ΅œμ € 가격
image String 사진 μž‘κ°€ 썸넀일
areas 사진 μž‘κ°€ ν™œλ™ 지역 리슀트 / areaId, metropolitan, city둜 ꡬ성
areaId Long 지역 ID
metropolitan String 지역 λŒ€λΆ„λ₯˜
city String 지역 μ†ŒλΆ„λ₯˜
specialList 사진 μž‘κ°€ μ „λ¬ΈλΆ„μ•Ό 리슀트 / keywords둜 ꡬ성
keywords ENUM COUPLE μ»€ν”ŒμŠ€λƒ…, FREIND μš°μ •μŠ€λƒ…, GRADUATION μ‘Έμ—…μŠ€λƒ…, WEDDING μ›¨λ”©μŠ€λƒ…, FAMILY κ°€μ‘±μŠ€λƒ…, ETC 기타
tags 사진 μž‘κ°€ νƒœκ·Έ 리슀트 / tag1, tag2, tag3둜 ꡬ성
totalReview Integer 사진 μž‘κ°€μ˜ ν›„κΈ° 개수
averageScore Double 사진 μž‘κ°€μ˜ ν›„κΈ° 평균 별점

μ˜ˆμ‹œ μš”μ²­/응닡
πŸ“Œ Request

Response

[
    {
        "photographerId": 21,
        "nickname": "ν•œλ‚˜λΌ",
        "lowestPay": 120000,
        "image": "https://images.unsplash.com/photo-1536010305525-f7aa0834e2c7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTEyfHwlRUQlOTUlOUMlRUElQjUlQUQlMjAlRUMlOTclQUMlRUMlODQlQjF8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=500&q=60",
        "areas": [],
        "specialList": {
            "keywords": [
                "FRIEND"
            ]
        },
        "tags": {
            "tag1": "μ•„λ ¨",
            "tag2": "λ‚­λ§Œ",
            "tag3": "λͺ½ν™˜μ "
        },
        "totalReview": 0,
        "averageScore": "NaN"
    },
    {
        "photographerId": 22,
        "nickname": "μœ μ§„μ•„",
        "lowestPay": 100000,
        "image": "https://images.unsplash.com/photo-1541339907198-e08756dedf3f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8ODR8fCVFQyVBMSVCOCVFQyU5NyU4NSVFQyU4QSVBNCVFQiU4MyU4NXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=500&q=60",
        "areas": [
            {
                "areaId": 5,
                "metropolitan": "μ„œμšΈ",
                "city": "μ‹ λ¦Ό/μ„œμšΈλŒ€/사당/λ™μž‘"
            },
            {
                "areaId": 9,
                "metropolitan": "μ„œμšΈ",
                "city": "μ‹ μ΄Œ/ν™λŒ€/ν•©μ •/연남"
            },
            {
                "areaId": 12,
                "metropolitan": "μ„œμšΈ",
                "city": "μ’…λ‘œ/λŒ€ν•™λ‘œ/λ™λ¬˜"
            },
            {
                "areaId": 13,
                "metropolitan": "μ„œμšΈ",
                "city": "μ„±μ‹ μ—¬λŒ€/성뢁/월곑"
            },
            {
                "areaId": 14,
                "metropolitan": "μ„œμšΈ",
                "city": "μ΄νƒœμ›/μš©μ‚°/μ„œμšΈμ—­"
            },
            {
                "areaId": 18,
                "metropolitan": "μ„œμšΈ",
                "city": "회기/κ³ λ €λŒ€/μ²­λŸ‰λ¦¬/신섀동"
            },
            {
                "areaId": 20,
                "metropolitan": "μ„œμšΈ",
                "city": "왕십리/μ„±μˆ˜/금호"
            },
            {
                "areaId": 22,
                "metropolitan": "μ„œμšΈ",
                "city": "상봉/μ€‘λž‘/λ©΄λͺ©"
            },
            {
                "areaId": 23,
                "metropolitan": "μ„œμšΈ",
                "city": "νƒœλ¦‰/노원/도봉/창동"
            }
        ],
        "specialList": {
            "keywords": [
                "FRIEND",
                "GRADUATION"
            ]
        },
        "tags": {
            "tag1": "μš°μ •",
            "tag2": "청좘",
            "tag3": "행볡"
        },
        "totalReview": 0,
        "averageScore": "NaN"
    },
    {
        "photographerId": 23,
        "nickname": "강지석",
        "lowestPay": 200000,
        "image": "https://images.unsplash.com/photo-1603367563698-67012943fd67?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Njh8fCVFQSVCMCU4MCVFQyVBMSVCMSVFQyU4MiVBQyVFQyVBNyU4NHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=500&q=60",
        "areas": [],
        "specialList": {
            "keywords": [
                "FAMILY"
            ]
        },
        "tags": {
            "tag1": "κ°€μ‘±",
            "tag2": "μ‚¬λž‘",
            "tag3": "행볡"
        },
        "totalReview": 0,
        "averageScore": "NaN"
    }
]