Tink.FinancialCalendar (Tink v1.0.0)

Copy Markdown View Source

Financial calendar periods. Requires calendar:read scope.

Summary

Functions

Get a specific calendar period by name.

List all calendar periods.

Functions

get_period(client, period)

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

Get a specific calendar period by name.

list_periods(client)

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

List all calendar periods.