dvankley / firefly-plaid-connector-2

Connector to pull Plaid financial data into the Firefly finance tool
GNU General Public License v3.0
94 stars 14 forks source link

Automatically generate plaid client #108

Closed nprzy closed 1 month ago

nprzy commented 2 months ago

This PR will automatically generate the Plaid client from their OpenAPI spec.

Why? I have a few follow-up changes that require some of the new fields that have been added to the Plaid transactions API since the old client was generated. This seemed better than editing the existing generated code. The first change I have in mind is to allow more than 90 days of history to be requested when first syncing a new account (Plaid API used to do this by default, but not anymore). There are also a few newer fields present on Plaid transactions that I'd like to pass-through and capture in Firefly.

Things of note:

dvankley commented 1 month ago

Well done, once again. No notes.