bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

BunqModel updates for NotificationFilterUrl #158

Open rikvermeer opened 3 years ago

rikvermeer commented 3 years ago

This PR closes/fixes the following issues: NotificationFilterUrl creation / listing on NotificationFilterUrlUser and NotificationFilterUrlMonetaryAccount.

The endpoint and model differ for NotificationFilterUrl since there are two endpoints for this model. NotificationFilterUrlUser and NotificationFilterUrlMonetaryAccount.

(These changes does import subclasses into the superclass to do condition checks)