hermes.HermesClient#
- class hermes_client.hermes.HermesClient(url: str, timeout: int | None = None)#
Client for the HERMES API to browse Project and ForecastSeries metadata as raw JSON data.
- Parameters:
url – Base URL of the HERMES API.
timeout – Timeout for API requests in seconds.
Methods
Get a ForecastSeries by oid.
Get a ForecastSeries by name.
Get a project by its oid.
Get a project by its name.
List all ForecastSeries of a project.
List all model configurations.
List all projects.