Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 205 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 205 Bytes

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"))