# `ExOura.Sleep`
[🔗](https://github.com/tgrk/ex_oura/blob/v3.0.1/lib/ex_oura/sleep.ex#L1)

Documentation for Oura API - Sleep

# `document_id`

```elixir
@type document_id() :: String.t()
```

# `end_date`

```elixir
@type end_date() :: Date.t()
```

# `next_token`

```elixir
@type next_token() :: String.t() | nil
```

# `opts`

```elixir
@type opts() :: Keyword.t()
```

# `single_sleep_response`

```elixir
@type single_sleep_response() ::
  {:ok, ExOura.Client.PublicModifiedSleepModel.t()} | {:error, term()}
```

# `sleep_response`

```elixir
@type sleep_response() ::
  {:ok, ExOura.Client.MultiDocumentResponsePublicModifiedSleepModel.t()}
  | {:error, term()}
```

# `start_date`

```elixir
@type start_date() :: Date.t()
```

# `multiple_sleep`

```elixir
@spec multiple_sleep(start_date(), end_date(), next_token(), opts()) ::
  sleep_response()
```

Multiple Sleep

# `single_sleep`

```elixir
@spec single_sleep(document_id(), opts()) :: single_sleep_response()
```

Single Sleep

---

*Consult [api-reference.md](api-reference.md) for complete listing*
