Documentation for Oura API - Rest Mode Period
Summary
Types
@type document_id() :: String.t()
@type end_date() :: Date.t()
@type next_token() :: String.t() | nil
@type opts() :: Keyword.t()
@type rest_mode_period_response() :: {:ok, ExOura.Client.MultiDocumentResponsePublicRestModePeriod.t()} | {:error, term()}
@type single_rest_mode_period_response() :: {:ok, ExOura.Client.PublicRestModePeriod.t()} | {:error, term()}
@type start_date() :: Date.t()
Functions
@spec multiple_rest_mode_period(start_date(), end_date(), next_token(), opts()) :: rest_mode_period_response()
Multiple Rest Mode Period
@spec single_rest_mode_period(document_id(), opts()) :: single_rest_mode_period_response()
Single Rest Mode Period