Granola.Client (Granola v1.0.0)

Copy Markdown View Source

Holds configuration for the Granola API client.

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

Summary

Types

t()

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

Functions

new(opts)

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