/sbanken-python

A Python package for communicating with the Sbanken API.

Primary LanguagePythonMIT LicenseMIT

sbanken

A Python package for communicating with the Sbanken API.

Usage

from sbanken import SbankenAPI

client = SbankenAPI("client_id", "secret")

print(client.get_accounts("user id"))