ynab-sdk-ruby icon indicating copy to clipboard operation
ynab-sdk-ruby copied to clipboard

Is the SaveTransaction class unused?

Open jordancrawfordnz opened this issue 1 year ago • 0 comments

Hi - I recently upgraded to version 3.2 from a 2.x version. I had code which was using SaveTransaction with the create transaction API (https://github.com/ynab/ynab-sdk-ruby/blob/main/docs/TransactionsApi.md#create_transaction).

I noticed that the SaveTransaction class and it's docs still exists but isn't referenced in lib/ynab.rb so cannot be loaded.

Is the class meant to be loadable? Or is it meant to be removed?

I switched my code over to use NewTransaction and so far it's working as intended.

jordancrawfordnz avatar Jul 03 '24 10:07 jordancrawfordnz