chore: sync Go client with Apify OpenAPI spec v2-2026-07-07T132551Z - #13
Merged
Merged
Conversation
- Bump API_SPEC_VERSION to v2-2026-07-07T132551Z and CLIENT_VERSION to 0.4.7. - Sync the API_SPEC_VERSION reference in README.md. - Correct LastRunOptions.Origin doc comment: origin is now a spec-declared query parameter on the last-run endpoints.
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.
Summary
Syncs the Go client to the latest Apify OpenAPI specification,
info.version = v2-2026-07-07T132551Z(131 paths / 229 operations), up fromv2-2026-07-02T131926Z.An independent operation- and parameter-level audit of the current spec against the client confirmed no in-scope API surface change vs. the previously synced version — all endpoints, parameters and schemas remain correct,
validate-inputis spec-consistent, and full parity with the reference JS client holds. This is a no-behavior-change version rebuild plus a documentation correction.Changes
API_SPEC_VERSION→v2-2026-07-07T132551ZandCLIENT_VERSION0.4.6→0.4.7(version.go).API_SPEC_VERSIONreference inREADME.md.LastRunOptions.Origindoc comment: the 07-07 spec now declaresorigin(alongsidestatus/waitForFinish) as a query parameter on the last-run endpoints, so the previous "not documented as a query parameter" comment was inaccurate (run.go). No behavior change — the client already sentorigin.waitForFinishremains correctly absent fromLastRunOptions, matching the reference JSlastRun({ status, origin }).CHANGELOG.md[0.4.7]entry.Verification
gofmt -l .,go vet ./...,go build ./...all clean.Generated by Claude Code