ynab-sdk-ruby
ynab-sdk-ruby copied to clipboard
Is the SaveTransaction class unused?
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.