Miosa.Dashboard (Miosa v1.0.0)

Copy Markdown View Source

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

overview(client)

@spec overview(Miosa.Client.t()) :: Miosa.Client.result(map())

Get the platform status and health overview (public endpoint).

summary(client)

@spec summary(Miosa.Client.t()) :: Miosa.Client.result(map())

Get the aggregated user dashboard payload.