Update for Datalore Partie 4

This commit is contained in:
Yûki VACHOT 2021-11-28 20:55:26 +01:00
parent ef26c987a2
commit 08b3ea531c
63 changed files with 12913 additions and 68 deletions

View file

@ -8,6 +8,7 @@ API_TOKEN_METEOCONCEPT = '?token='
API_SEARCH_METEOCONCEPT = '&search='
API_INSEE_METEOCONCEPT = '&insee='
API_RADIUS_METEOCONCEPT = '&radius='
API_FORECAST_CITY_METEOCONCEPT = BASE_API_URL_METEOCONCEPT + 'forecast/daily'
API_LOCATION_CITIES_METEOCONCEPT = BASE_API_URL_METEOCONCEPT + 'location/cities'
API_LOCATION_CITY_METEOCONCEPT = BASE_API_URL_METEOCONCEPT + 'location/city'
API_EPHEMERIDE_METEOCONCEPT = BASE_API_URL_METEOCONCEPT + 'ephemeride/1'