This PR addresses the outdated Transactions endpoint with the switch to the new Mint UI. For v1 of this update, we are going to keep the formatting as is returned from the API, except we are popping out the metadata so that each element can be flattened for a CSV.
With this, we still support the following parameters:
start_date
end_date
show_pending
include_investment
Note that there is NO LONGER an extended-transactions functionality. As we explore the new API capabilities in Mint, we'll see if there is a valid use case for that. However, all data related to transactions is returned in the response.
This PR addresses the outdated Transactions endpoint with the switch to the new Mint UI. For v1 of this update, we are going to keep the formatting as is returned from the API, except we are popping out the metadata so that each element can be flattened for a CSV.
With this, we still support the following parameters:
Note that there is NO LONGER an
extended-transactions
functionality. As we explore the new API capabilities in Mint, we'll see if there is a valid use case for that. However, all data related to transactions is returned in the response.