Documentation for Oura API - Sleep
Summary
Functions
Single Sleep
Types
@type document_id() :: String.t()
@type end_date() :: Date.t()
@type next_token() :: String.t() | nil
@type opts() :: Keyword.t()
@type single_sleep_response() :: {:ok, ExOura.Client.PublicModifiedSleepModel.t()} | {:error, term()}
@type sleep_response() :: {:ok, ExOura.Client.MultiDocumentResponsePublicModifiedSleepModel.t()} | {:error, term()}
@type start_date() :: Date.t()
Functions
@spec multiple_sleep(start_date(), end_date(), next_token(), opts()) :: sleep_response()
Multiple Sleep
@spec single_sleep(document_id(), opts()) :: single_sleep_response()
Single Sleep