module strapi_client.utils
function flatten_parameters
flatten_parameters(parameters: dict[str, Any]) → Iterator[tuple[str, Any]]
Flatten nested dict with parameters to flat structure for query.
function stringify_parameters
stringify_parameters(
name: str,
parameters: dict[str, Any] | list[str] | str | None
) → dict[str, Any]
Stringify nested dict with parameters to strings for query.
This file was automatically generated via lazydocs.