Regenerate API client from spec v1.85.0#93
Merged
Conversation
Adds the until_date query parameter to transaction endpoints and the internal field on categories and category groups.
tessa-h
approved these changes
Jul 2, 2026
tessa-h
left a comment
There was a problem hiding this comment.
This is my first time in this repo, but me and Claude think this PR looks clean 👍
eebs
approved these changes
Jul 2, 2026
|
The changes in this PR were just released in 5.2.0 🎉. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerates the SDK against the YNAB API spec through v1.85.0, picking up changes released since the last generation at v1.83.0. Generated output only.
until_dateon transaction endpointsAll five transaction list endpoints (
getTransactions,getTransactionsByAccount,getTransactionsByCategory,getTransactionsByPayee,getTransactionsByMonth) now accept anuntil_datequery parameter, so callers can bound the upper end of a date range alongside the existingsince_date. Thesince_datedescription also notes that it defaults to one year ago when not specified.internalflag on categoriesCategoryandCategoryGroup(and the related save/existing/new variants) now expose a requiredinternalboolean indicating whether the category or group is internal. Relatedly,SaveCategory.category_group_idnow documents that an internal category group may not be specified.Implementation notes
Regenerated
lib/ynab/(models, apis) anddocs/, along withopen_api_spec.yamland the generator metadata files. Several endpoint summaries were tidied ("Get all transactions" to "Get transactions", etc.).Testing
rspec- 56 examples, 0 failures.