femueller / python-n26

💵 Unofficial Python client for n26 (Number 26) - https://n26.com/
MIT License
195 stars 34 forks source link

Explicitly set get_transactions limit to 20 #46

Closed femueller closed 5 years ago

femueller commented 5 years ago

Explicitly set limit to 20 as the n26 API only returns 20 transactions by default.

Fixes #45 .