Dashboard — aggregated platform overview, polled on login.
Example
client = Miosa.client(System.fetch_env!("MIOSA_API_KEY"))
{:ok, summary} = Miosa.Dashboard.summary(client)
Summary
Functions
Get the platform status and health overview (public endpoint).
Get the aggregated user dashboard payload.
Functions
@spec overview(Miosa.Client.t()) :: Miosa.Client.result(map())
Get the platform status and health overview (public endpoint).
@spec summary(Miosa.Client.t()) :: Miosa.Client.result(map())
Get the aggregated user dashboard payload.