chore: sync Go client with Apify OpenAPI spec v2-2026-07-13T092445Z - #18
Closed
Pijukatel wants to merge 2 commits into
Closed
chore: sync Go client with Apify OpenAPI spec v2-2026-07-13T092445Z#18Pijukatel wants to merge 2 commits into
Pijukatel wants to merge 2 commits into
Conversation
The spec changes since v2-2026-07-10T105921Z (added 402/408 error responses on synchronous run and resurrect endpoints; relaxed required on run/build/ key-value-store/webhook stats sub-schemas) need no functional code change: error responses are handled generically and stats sub-documents are not modelled as typed fields. Bump APISpecVersion and ClientVersion (0.7.1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
- Make the Configuration example a complete standalone program (own imports and main) so it is copy-paste runnable, consistent with the other full- program README blocks. - Clarify the run_and_last_run_storages examples-table row to mention the wait-for-finish step. - Expand the Version/Versions accessor description in docs/actors.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
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.
Syncs the client's recorded spec version to
v2-2026-07-13T092445Z. The only substantive spec change since the previous base (v2-2026-07-10T105921Z) is apify-docs PR #2763: added402/408error responses on the synchronous-run andresurrectendpoints, and relaxedrequiredon the run/build/key-value-store/webhook stats sub-schemas. Neither needs a functional code change — error responses are handled generically and stats sub-documents are not modelled as typed fields — so this bumpsAPISpecVersionandClientVersion(0.7.1) and includes minor README/docs polish surfaced during review.🤖 Generated with Claude Code
https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
Generated by Claude Code