meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
289 stars 151 forks source link

Update to handle exceptions raised by RequestException #202

Closed andy-shady-org closed 1 year ago

andy-shady-org commented 1 year ago

Update to handle exceptions raised by requests library, by added wrapper class to handle passing exceptions to APIError exception class.

TKIPisalegacycipher commented 1 year ago

Thanks for this improvement, @andy-shady-org! Much appreciated.