Cost-of-living analysis.
Requires cost-of-living:read and cost-of-living:write scopes.
Summary
Functions
Get transactions for a cost-of-living entry. Requires cost-of-living:read.
List cost-of-living entries. Requires cost-of-living:read.
Update a cost-of-living entry. Requires cost-of-living:write.
Functions
@spec get_transactions(Tink.Client.t(), String.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
Get transactions for a cost-of-living entry. Requires cost-of-living:read.
@spec list(Tink.Client.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
List cost-of-living entries. Requires cost-of-living:read.
@spec update(Tink.Client.t(), String.t(), map()) :: {:ok, map()} | {:error, Tink.Error.t()}
Update a cost-of-living entry. Requires cost-of-living:write.