ynab / ynab-sdk-ruby

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

No longer validate enums in client #58

Closed bradymholt closed 4 years ago

bradymholt commented 4 years ago

Validation for enum values is being removed from this client. Along with not formatting errors correctly, the generated validation would throw errors for values received from the server, which is not ideal.

YNAB's API will now be responsible for validation invalid values.