ynab / ynab-sdk-ruby

YNAB API Client for Ruby
https://api.ynab.com
Apache License 2.0
65 stars 12 forks source link

Add create_transactions alias #33

Closed bradymholt closed 5 years ago

bradymholt commented 5 years ago

This adds create_transactions method alias for create_transaction and and also introduces YNAB::Overrides::TransactionsApi which allows custom methods to be added on top of the generated TransactionsApi. This allows us to maintain bulk_create_transactions on TransactionsApi even though it has been moved to the DeprecatedApi interface.

Also, regenerating from the latest spec which introduces support for transaction endpoint delta requests.