Skip to content
์ด๋™ํ›ˆ edited this page Nov 23, 2019 · 15 revisions

base url : 127.0.0.1

์นดํ…Œ๊ณ ๋ฆฌ

GET: ํ™ˆํ™”๋ฉด ์ถ”์ฒœ ๊ตฌ๋…์„œ๋น„์Šค 2๊ฐœ

/home

reqest


response

// 200 ok 
{
    "message": "success",
    "data": {
        "recommands": [
            {
                "title": "ํ’€๋ฌด์›",
                "image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574519728123.png",
                "subTitle": "์‹๋ฃŒํ’ˆ ์ •๊ธฐ๋ฐฐ์†ก",
                "_id": "5dd943b0ceac698b234c76fa"
            },
            {
                "title": "Google Cloud",
                "image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574507149865.jpeg",
                "subTitle": "๋ฌด๋ฃŒ๋กœ ์ฆ๊ธฐ๋Š” ์ €์žฅ๊ณต๊ฐ„",
                "_id": "5dd9128d7b70d28494e834bf"
            }
        ]
    }
}

// 409
{
  message:"invaild data",
  data:{

  }
}

// 500
{
  message:"server error",
  data:{

  }
}

GET: ๊ฐ„๋žตํ•œ ์ด๋ฒˆ๋‹ฌ ์ด ์‚ฌ์šฉ๊ธˆ์•ก

/home/total

reqest


response

// 200 ok 
{
    "message": "success",
    "data":{
         "totalPrice": 38800
     }
}

// 409
{
  message:"invaild data",
  data:{

  }
}

// 500
{
  message:"server error",
  data:{

  }
}

Clone this wiki locally