Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 767 Bytes

API 명세서

weather API 목록 및 사용법을 기재함

API 목록

  • 요청 경로:
경로(요청 메소드) 설명 요청인자 응답값
/curr-weather (POST) 위도, 경도를 HTTP post method로 전달하면 해당 위치의 날씨 정보를 반환해줌 latitude(string), longitude(string) 성공: JSON 데이터 반환,
실패: Bad request 문자열 반환