# `Granola.Client`
[🔗](https://github.com/sgerrand/ex_granola/blob/v1.0.0/lib/granola/client.ex#L1)

Holds configuration for the Granola API client.

Create one with `Granola.new/1` and pass it to functions in `Granola.Notes`.

# `t`

```elixir
@type t() :: %Granola.Client{req: Req.Request.t()}
```

# `new`

```elixir
@spec new(keyword()) :: t()
```

---

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