Skip to content

주변 카페 리스트 가져오기(api/cafes/near) 응답 데이터 수정 요청 #4

@ZZANZU

Description

@ZZANZU

현재 api/cafes/near로 longitude, latitude값을 Body에 담아 요청시 응답받는 데이터입니다.

{
    "success": true,
    "message": null,
    "errors": null,
    "data": [
        {
            "cafeId": "Ic5D7iayaEK7bxzD",
            "name": "PIKA COFFEE",
            "rating": [],
            "signatures": [],
            "img": "http://13.209.42.209:80/uploads/Ic5D7iayaEK7bxzD/PIKA COFFEE.png",
            "congestion": 0
        },
        {
            "cafeId": "2wM8uPIUoNr94ztc",
            "name": "Cafe de Nata",
            "rating": [],
            "signatures": [],
            "img": "",
            "congestion": 0
        },
        ...

요청드리는 데이터입니다.

{
    "success": true,
    "message": null,
    "errors": null,
    "data": [
        {
            "cafeId": "Ic5D7iayaEK7bxzD",
            "name": "PIKA COFFEE",
            "rating": [],
            "signatures": [],
            "img": "http://13.209.42.209:80/uploads/Ic5D7iayaEK7bxzD/PIKA 
COFFEE.png",
            "congestion": 0,
            "geometry" : {
                "type" : "@@@",
                "coordinates" : [@@@, @@@]
            }
        },
        {
            "cafeId": "2wM8uPIUoNr94ztc",
            "name": "Cafe de Nata",
            "rating": [],
            "signatures": [],
            "img": "",
            "congestion": 0,
            "geometry" : {
                "type" : "@@@",
                "coordinates" : [@@@, @@@]
            }
        }
        ...

요청 사항

카페의 좌표값도 담아서 응답

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions