chore: sync Go client with Apify OpenAPI spec v2-2026-07-13T092445Z - #19
Merged
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
The Return types prose claimed both ListHead and ListAndLockHead return a RequestQueueHead, contradicting the method table and the source: ListAndLockHead returns json.RawMessage. Correct the prose so it matches request_queue.go.
Pijukatel
force-pushed
the
claude/serene-rubin-mfw6so
branch
from
July 14, 2026 18:48
b92f754 to
26763a3
Compare
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-13T092445Zand bumpsClientVersionto0.7.1.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. Includes minor README/docs polish surfaced during review.