This commit is contained in:
Yûki VACHOT 2021-10-18 08:41:15 +02:00
parent b45e5dd740
commit 4d6e8c931c
2 changed files with 19 additions and 0 deletions

View file

@ -7,6 +7,7 @@ BASE_API_URL = 'https://api.meteo-concept.com/api/'
API_TOKEN = '?token='
API_SEARCH = '&search='
API_INSEE = '&insee='
API_RADIUS = '&radius='
API_LOCATION_CITIES = BASE_API_URL + 'location/cities'
API_LOCATION_CITY = BASE_API_URL + 'location/city'