dashboard-api-python
dashboard-api-python copied to clipboard
Official Dashboard API library (SDK) for Python
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
**Python version installed** 3.12.1 **Meraki library version installed** 1.45.0 **OS Platform** Windows 10 **Describe the bug** Ranges query parameter is missing in `getOrganizationCameraBoundariesLinesByDevice` it must have ranges query parameter which...
**Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.** Verified on two different systems with...
I spent a while diagnosing why my calls to [`getOrganizationNetworks()`](https://github.com/meraki/dashboard-api-python/blob/53f5d58f8faf54192110ea4815ee9093fcd23a0c/meraki/api/organizations.py#L2564) did not return ~20% of the networks that I expected to see. My call was: - `getOrganizationNetworks(organizationId="000000000000000000", direction= "prev", total_pages=...
# Incorrect kwarg is not logged or rejected Hi, I've come across an issue detailed in [GitHub Issue #212](https://github.com/meraki/dashboard-api-python/issues/212) regarding the Meraki Dashboard API where incorrect kwargs are neither logged...
Hi @TKIPisalegacycipher , thank you for your feedback. Based on your suggestion I've made new changes in this PR. Let me know if this resolves the issue.
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Using the meraki package, installed using pip, when assigning devices to a network, and setting the keyword addAtomically to true, the call fails with unexpceted keyword error. According to API...
**Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.** Ran the call dashboard.devices.getDevice() using version...
**Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.** The error is thrown from the...