Documentation for Oura API - Session
Summary
Functions
Single Session
Types
@type document_id() :: String.t()
@type end_date() :: Date.t()
@type next_token() :: String.t() | nil
@type opts() :: Keyword.t()
@type session_response() :: {:ok, ExOura.Client.MultiDocumentResponsePublicSession.t()} | {:error, term()}
@type single_session_response() :: {:ok, ExOura.Client.PublicSession.t()} | {:error, term()}
@type start_date() :: Date.t()
Functions
@spec multiple_session(start_date(), end_date(), next_token(), opts()) :: session_response()
Multiple Session
@spec single_session(document_id(), opts()) :: single_session_response()
Single Session