chore: sync .NET client with Apify OpenAPI spec v2-2026-07-07T132551Z - #3
Merged
Merged
Conversation
- Bump ApiSpecVersion to v2-2026-07-07T132551Z and project version to 0.1.1. - Correct LastRunOptions doc comment: Origin/Status are spec-declared query parameters on the last-run endpoints (waitForFinish omitted for parity). - List previously-omitted types in the docs namespace table and add the ChargeAsync return-type arrow in docs/runs.md.
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 .NET client to the latest Apify OpenAPI specification,
info.version = v2-2026-07-07T132551Z(131 paths / 229 operations), up fromv2-2026-07-02T131926Z.An independent endpoint- and parameter-level audit of the current spec against the client confirmed no in-scope API surface change — full parity with the reference JS client holds (all 27 resource clients covered,
validateInputpresent and consistent,browser-info/tools/*correctly out of scope). This is a no-behavior-change version rebuild plus documentation corrections.Changes
ApiSpecVersion→v2-2026-07-07T132551Z(ApifyClientVersion.cs) and project<Version>0.1.0→0.1.1.LastRunOptionsdoc comment: the 07-07 spec now declaresOrigin(alongsideStatus/waitForFinish) as a query parameter on the last-run endpoints. No behavior change — the client already sentorigin.waitForFinishremains correctly not exposed onlastRun, matching the reference JSlastRun({ status, origin }).StreamedLog,DownloadItemsFormat,NestedWebhookCollectionClient,WebhookDispatchCollectionClient) in thedocs/README.mdnamespace table.ChargeAsyncreturn-type arrow indocs/runs.md.CHANGELOG.md0.1.1entry.Verification
Generated by Claude Code