Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: meraki/dashboard-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TKIPisalegacycipher/dashboard-api-python-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 15, 2023

  1. Update rest_session.py

    Add Python version check. 3.7 minimum required.
    TKIPisalegacycipher committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4d49319 View commit details
    Browse the repository at this point in the history
  2. 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.
    TKIPisalegacycipher committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    71943e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54ecb8f View commit details
    Browse the repository at this point in the history
Loading