chore: sync .NET client with Apify OpenAPI spec v2-2026-09-10T091137Z - #13
Open
Pijukatel wants to merge 1 commit into
Open
chore: sync .NET client with Apify OpenAPI spec v2-2026-09-10T091137Z#13Pijukatel wants to merge 1 commit into
Pijukatel wants to merge 1 commit into
Conversation
Syncs ApifyClientVersion.ApiSpecVersion to v2-2026-09-10T091137Z and bumps the package version to 0.3.4. The spec delta (apify-docs PR #2965) only documents already-implemented response-header/query-param behavior (pagination headers on 17 list endpoints, offset/limit/desc on the webhook-dispatches list), so no library source changes were needed beyond the version bump. Also closes a pre-existing test-coverage gap: adds IterationIntegrationTests covering the 12 collection clients whose IterateAsync helper had no dedicated integration test (only StoreCollectionClient was covered before), and DRYs the Task/Schedule/Webhook test fixtures into IntegrationTestBase.
Pijukatel
force-pushed
the
claude/tender-franklin-mwdmsv
branch
from
September 11, 2026 22:56
6919519 to
be4cf10
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.
Summary
ApifyClientVersion.ApiSpecVersiontov2-2026-09-10T091137Z(apify-docs PR #2965). That delta only documents already-implemented response-header/query-param behavior (pagination headers on 17 list endpoints, offset/limit/desc on the webhook-dispatches list), so no library source changes were needed beyond the version bump.IterationIntegrationTestscovering the 12 collection clients whoseIterateAsynchelper had no dedicated integration test (onlyStoreCollectionClientwas tested before), and DRYed the Task/Schedule/Webhook test fixtures intoIntegrationTestBase.0.3.4with a matchingCHANGELOG.mdentry.Test plan
dotnet build -c Release— 0 warnings, 0 errorsdotnet format --verify-no-changes— cleandotnet test --filter Category=Unit— 105/105 passeddotnet test --filter Category=Integration(live API) — 58/58 passed, including all 11 new iteration testsdotnet test --filter Category=Examples— 7/7 passed