nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

Transactions date range filter not working #5

Closed maxime-lambrechts closed 2 years ago

maxime-lambrechts commented 2 years ago

Hi, According to the example in the README it should be possible to fetch transactions for a specific date range. However, when I try this I get the following error: get_transactions() got an unexpected keyword argument 'date_from'. Could it be that this functionality is not yet available in the last released version (v 1.0.1)?

image

victory-sokolov commented 2 years ago

Hello.

We've just released a new version, could you please take a look and let us know if it works.

Thank You!

maxime-lambrechts commented 2 years ago

Thanks, it works perfectly now!