hammem / monarchmoney

Python API for Monarch Money
MIT License
148 stars 26 forks source link

Add transaction summary method #63

Closed pazwicker closed 9 months ago

pazwicker commented 9 months ago

Adds transaction summary method.

This method will be helpful in introducing another feature to allow getting all transactions. The transaction summary includes the total number of transactions in a Monarch account, which can be used to create a loop through transactions where the maximum number of iterations is determined by the total number of transactions in the account, also accounting for timeouts and limits.

pazwicker commented 9 months ago

@hammem whoops! Ran black on monarchmoney but not main. Just fixed.

hammem commented 9 months ago

Thanks, merged!