GoodAnalytics.Api.Schemas.TimeseriesResponse (GoodAnalytics v0.1.1)

Copy Markdown View Source

Timeseries response: echoed metric + interval label + points.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GoodAnalytics.Api.Schemas.TimeseriesResponse{
  interval: term(),
  metric: term(),
  points: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.