ExOura.Client.DailyStressRoutes (ex_oura v4.0.0)

Copy Markdown View Source

Provides API endpoints related to daily stress routes

Summary

Functions

multiple_daily_stress_documents_v2_usercollection_daily_stress_get(opts \\ [])

@spec multiple_daily_stress_documents_v2_usercollection_daily_stress_get(
  opts :: keyword()
) ::
  {:ok,
   ExOura.Client.MultiDocumentResponseDict.t()
   | ExOura.Client.MultiDocumentResponsePublicDailyStress.t()}
  | {:error, ExOura.Client.HTTPValidationError.t()}

Multiple Daily Stress Documents

Options

  • start_date
  • end_date
  • next_token
  • fields: Comma-separated list of fields to include in the response, in addition to the always returned fields. Defaults to all fields if not provided.

single_daily_stress_document_v2_usercollection_daily_stress_document_id_get(document_id, opts \\ [])

@spec single_daily_stress_document_v2_usercollection_daily_stress_document_id_get(
  document_id :: String.t(),
  opts :: keyword()
) ::
  {:ok, ExOura.Client.PublicDailyStress.t()}
  | {:error, ExOura.Client.HTTPValidationError.t()}

Single Daily Stress Document