hammem / monarchmoney

Python API for Monarch Money
MIT License
124 stars 24 forks source link

Added optional list of accounts_ids to `is_accounts_refresh_complete` #102

Closed MichalikSJ21 closed 2 months ago

MichalikSJ21 commented 2 months ago

Added optional list of accounts_ids to arguments of method is_accounts_refresh_complete. This adjustment will change the method so that if a list of account_ids are supplied to the method, the method only checks to see if those accounts have a True value for hasSyncInProgress.

MichalikSJ21 commented 2 months ago

I suggested this change in order to solve the problem where someone would force a refresh on only a select number of accounts, but the is_accounts_refresh_complete method would check to see if EVERY account had properly refreshed.