hydromodpy.data.common.api_client#
HTTP helpers for API adapters (retry, pagination, status check).
Thin wrappers over hydromodpy.core.io.http_client.HTTPClient
exposing the request idioms used by remote API providers.
Functions
|
True for 200/206, logs diagnostic otherwise. |
|
GET with retry + backoff via the unified HTTPClient. |
|
Iterate paginated JSON API and collect all records. |