ynab / ynab-sdk-ruby

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

Swap out Swagger CodeGen for OpenAPI Generator #69

Closed bradymholt closed 1 year ago

bradymholt commented 1 year ago

This client now uses the OpenAPI Generator for generation instead of Swagger CodeGen.

The YNAB API spec was recently upgraded to OpenAPI 3 (https://api.ynab.com/papi/open_api_spec.yaml) and this generation change is necessary to continue generating this client as the latest versions of Swagger CodeGen do not support ruby for v3 spec files.

bradymholt commented 1 year ago

Released in https://github.com/ynab/ynab-sdk-ruby/releases/tag/v2.0.0