Skip to content

Commit

Permalink
Update readme to include new API methods, including recently added `u…
Browse files Browse the repository at this point in the history
…pdate_transaction`
  • Loading branch information
jprouty committed Jan 4, 2024
1 parent 2f7f782 commit 2d5f1d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ As of writing this README, the following methods are supported:
- `get_subscription_details` - gets the Monarch Money account's status (e.g. paid or trial)
- `get_transactions` - gets transaction data, defaults to returning the last 100 transactions; can also be searched by date range
- `get_transaction_categories` - gets all of the categories configured in the account
- `get_transaction_details` - gets detailed transaction data for a single transaction
- `get_transaction_splits` - gets transaction splits for a single transaction
- `get_transaction_tags` - gets all of the tags configured in the account
- `get_cashflow` - gets cashflow data (by category, category group, merchant and a summary)
- `get_cashflow_summary` - gets cashflow summary (income, expense, savings, savings rate)
Expand All @@ -76,6 +78,8 @@ As of writing this README, the following methods are supported:
- `request_accounts_refresh` - requests a syncronization / refresh of all accounts linked to Monarch Money. This is a **non-blocking call**. If the user wants to check on the status afterwards, they must call `is_accounts_refresh_complete`.
- `request_accounts_refresh_and_waid` - requests a syncronization / refresh of all accounts linked to Monarch Money. This is a **blocking call** and will not return until the refresh is complete or no longer running.
- `create_transaction` - creates a transaction with the given attributes
- `update_transaction` - modifes one or more attributes for an existing transaction
- `update_transaction_splits` - modifes how a transaction is split (or not)
- `set_budget_amount` - sets a budget's value to the given amount (date allowed, will only apply to month specified by default). A zero amount value will "unset" or "clear" the budget for the given category.

# Contributing
Expand Down

0 comments on commit 2d5f1d3

Please sign in to comment.