chore: sync .NET client with Apify OpenAPI spec v2-2026-07-13T092445Z - #7
Merged
Conversation
Bumps the referenced OpenAPI spec to v2-2026-07-13T092445Z (apify-docs PR #2763 autofix: added 402/408 error responses and relaxed required stats counters). No client code change needed - non-2xx statuses route through the generic ApifyApiException path and JsonObject-backed models tolerate now-optional fields. Version bumped to 0.1.4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
Addresses the review-client documentation-polish items for the 0.1.4 spec sync: - RunAndLastRunStoragesExample now reads the run's default request queue in addition to the dataset and key-value store (requirement (e)), in both the CI-run example and the docs/examples.md snippet. - docs/README.md Options namespace row now enumerates every option type instead of ending with etc. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
Pijukatel
force-pushed
the
claude/cool-hopper-mfw6so
branch
from
July 15, 2026 08:01
5fa2e38 to
ceff1cc
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 to OpenAPI spec
v2-2026-07-13T092445Z(fromv2-2026-07-10T105921Z) and bumps the package to0.1.4.The spec delta (apify-docs #2763) only adds already-handled error responses (
402on the actor/run-resurrect run-sync endpoints,408on the task run-sync endpoint) and relaxesrequiredon the run/build/key-value-store/webhook stats counters. Both are already covered by the client's generic non-2xx toApifyApiExceptionhandling and itsJsonObject-backed null-safe models, so no interface or behavior change was needed. Also includes minor docs polish (last-run example now reads all three default storages; Options namespace index made exhaustive).Verified locally:
dotnet build -c Release(0 warnings/errors),dotnet formatclean, unit 97/97, integration 46/46, examples 7/7.