Closed efaisal closed 7 years ago
Using MET API datatypes endpoint to get some kind of description of what the results mean.
api = cuaca.WeatherAPI(token, cache_dir(".") # Using cache files in current dir datatypes = api.datatypes() # Llist of available datatypes api.save_cache()
Using MET API datatypes endpoint to get some kind of description of what the results mean.