Tink.Enrichment.Categories (Tink v1.0.0)

Copy Markdown View Source

Enrichment PFM categories. Cached 24 hours globally. Requires enrichment.transactions:readonly or user:read.

Summary

Functions

Get a single category by ID.

List all PFM categories. Cached 24h.

Functions

get(client, category_id, opts \\ [])

@spec get(Tink.Client.t(), String.t(), keyword()) ::
  {:ok, map()} | {:error, Tink.Error.t()}

Get a single category by ID.

list(client, opts \\ [])

@spec list(
  Tink.Client.t(),
  keyword()
) :: {:ok, map()} | {:error, Tink.Error.t()}

List all PFM categories. Cached 24h.