openaq / openaq-python

Official OpenAQ Python SDK
https://python.openaq.org
MIT License
10 stars 1 forks source link

Support additional HTTP exceptions #37

Open russbiggs opened 2 hours ago

russbiggs commented 2 hours ago

Description

HTTP 408 is currently not included in the expections and should be supported

russbiggs commented 2 hours ago

exceptions.py should be expanded to also include HTTP 502 and 503 because these are returned by the API but not covered by the current classes