Skip to content

1.34.0

Compare
Choose a tag to compare
@TKIPisalegacycipher TKIPisalegacycipher released this 23 Jun 23:13
· 111 commits to main since this release
60183bd
Fix for #214 JSON parse failure on 204 No Content response (#216)

* Update rest_session.py

Add Python version check. 3.7 minimum required.

* Fix for #214 JSON parse failure on 204 No Content response

Fixes #214
There are very few GETs in Meraki dashboard API that produce 204 No Content, for which the Python equivalent is None, but for those that do, this change bypasses the attempt to JSON parse if the content is None, which produced an error.