This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
Releases: engvik/sbanken-go
Releases · engvik/sbanken-go
v1.3.0
v1.2.0
Changes due to changes in the Sbanken API.
Deprecated
CustomerID
is deprecated but still available to not break the API in a minor version bump. Will log a deprecation warning.
Features
ListArchivedTransaction
- lists archived (norwegian: bokført) transactions *TransactionID
is a new field inTransaction
OwnerCustomerID
is a new field inAccount
AddressLine4
is a new field inAddress
AccountOwner
andCustomerID
are new fields inCard
*(note: currently a bug in the Sbanken API, returns int instead of string for the Source
field on ListArchivedTransactions
)
Other
- Underlying base URL has changed.
v1.1.0
Features
- Implements the Customers API
- Sets default User-Agent
- Optionally override the default User-Agent