Task · MDH-0003

Use encode_params for array-of-objects query filters

Status
To Do
Priority
low
Labels
from-todos-final, api, efficiency
Updated
2026-08-14

Description

The Meraki SDK supports array-of-objects query parameters and documents an encode_params helper. Endpoints that accept complex filters could push filtering server-side instead of fetching broadly and discarding rows client-side, which costs API budget the rate limiter is already rationing at 80 percent.

Carried over from todos-final.txt item 31 (deleted 2026-08-14). Verified at migration time that encode_params appears nowhere in custom_components/ or tests/. Small and self-contained; the value is reduced API spend rather than new entities.

Acceptance Criteria

Definition of Done

View the source file on GitHub