Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.42 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.42 KB

Weather API


Technology Stack :

Back-end :

  • Java (JDK 21)

  • Spring Boot (Spring Web, Lombok, Devtools)

  • Maven

  • RestTemplate

Weather Service Endpoints

Route HTTP RequestBody Description
/api/v1/weathers GET { "country": "Turkey", "city": "Istanbul", "period": "daily" } Get By country, city and daily period
/api/v1/weathers GET { "country": "Turkey", "city": "Istanbul", "period": "weekly" } Get By country, city and weekly period
/api/v1/weathers GET { "country": "Turkey", "city": "Istanbul", "period": "monthly" } Get By country, city and monthly period