Documentation for Oura API - Vo2 Max
Summary
Functions
Single Vo2 Max
Types
@type document_id() :: String.t()
@type end_date() :: Date.t()
@type next_token() :: String.t() | nil
@type opts() :: Keyword.t()
@type single_vo2_max_response() :: {:ok, ExOura.Client.PublicVo2Max.t()} | {:error, term()}
@type start_date() :: Date.t()
@type vo2_max_response() :: {:ok, ExOura.Client.MultiDocumentResponsePublicVo2Max.t()} | {:error, term()}
Functions
@spec multiple_vo2_max(start_date(), end_date(), next_token(), opts()) :: vo2_max_response()
Multiple Vo2 Max
@spec single_vo2_max(document_id(), opts()) :: single_vo2_max_response()
Single Vo2 Max