Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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.
- Loading branch information