Skip to content

Improve versions, add all clients, automate client creation. #1975

Merged
saleweaver merged 9 commits intomasterfrom
improve_versions
Feb 4, 2026
Merged

Improve versions, add all clients, automate client creation. #1975
saleweaver merged 9 commits intomasterfrom
improve_versions

Conversation

@saleweaver
Copy link
Owner

No description provided.

saleweaver and others added 6 commits February 3, 2026 20:42
automate adding new clients,
improve documentation
automate adding new clients,
improve documentation
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 20000 lines

@saleweaver
Copy link
Owner Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Nice work!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

automate adding new clients,
improve documentation
automate adding new clients,
improve documentation
@saleweaver
Copy link
Owner Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 85afc6b98b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +104 to +106
_DISPATCH = True

_DEFAULT_VERSION = "2021-08-01"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Default ListingsItems to oldest supported version

With _DEFAULT_VERSION set to "2021-08-01", calling ListingsItems() (no version) dispatches to the latest implementation, but both the class docstring and the new version-dispatch tests expect the oldest implementation (2020-09-01) to be the default (see tests/api/test_versioned_clients.py ListingsItems case). This mismatch means the default behavior differs from the documented contract and will fail the new tests; callers expecting the “oldest supported” default won’t get it unless they explicitly pass a version.

Useful? React with 👍 / 👎.

Comment on lines +104 to +106
_DISPATCH = True

_DEFAULT_VERSION = "2021-08-01"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Default async ListingsItems to oldest supported version

The async ListingsItems() default also points at "2021-08-01", even though the new version-dispatch tests and the class docstring describe the default as the oldest supported version (2020-09-01). This causes the async default to diverge from the documented behavior and the test expectations (tests/api/test_versioned_clients.py async ListingsItems case).

Useful? React with 👍 / 👎.

@saleweaver saleweaver merged commit c6380e2 into master Feb 4, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant