ynab / ynab-sdk-ruby

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

v3: Sync Client to OpenAPI Spec, Bump Ruby Version #72

Closed joshmenden closed 3 months ago

joshmenden commented 3 months ago

A few big changes in this PR:

This brings about a few updates to the client, like returning a flag name and the ability to update payees and categories. See the changelog for more information.

With this in mind, I decided to go ahead and bump the library to a major breaking change of 3.0.0, since getting the client in sync with the open_api spec required it to remove some previously deprecated schemas.

bradymholt commented 3 months ago

:shipit:

bradymholt commented 3 months ago

Tests running with these changes on main branch: https://github.com/ynab/ynab-sdk-ruby/actions/runs/9212146210