PJUllrich / Complete-Bunq-API-Python-Wrapper

Complete Python API Wrapper for Bunq API
MIT License
9 stars 2 forks source link

Make ApiClient session aware #8

Closed PJUllrich closed 1 year ago

PJUllrich commented 7 years ago

Bunq API sessions are only active for 1 week. Since the ApiClient makes requests using the assigned session token and this token will expire after 1 week, ApiClient has to check regularly whether the current session is still active and create a new session otherwise.