Skip to content

Conversation

barjin
Copy link
Contributor

@barjin barjin commented Sep 8, 2025

Closes #484

@barjin barjin requested a review from Copilot September 8, 2025 11:52
@barjin barjin self-assigned this Sep 8, 2025
@barjin barjin added the adhoc Ad-hoc unplanned task added during the sprint. label Sep 8, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the casing of the exclusiveStartKey API parameter in the Apify client library to match the expected API specification.

  • Changes parameter name from exclusive_start_key to exclusiveStartKey in API calls
  • Updates both synchronous and asynchronous implementations

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/apify_client/clients/resource_clients/request_queue.py Updates parameter casing in sync and async list_requests methods
src/apify_client/clients/resource_clients/key_value_store.py Updates parameter casing in sync and async create_keys_public_url methods

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added this to the 123rd sprint - Tooling team milestone Sep 8, 2025
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Sep 8, 2025
@barjin barjin requested review from vdusek and janbuchar September 8, 2025 13:59
@barjin barjin merged commit 5e96f71 into master Sep 9, 2025
26 checks passed
@barjin barjin deleted the fix/exclusive-start-key-casing branch September 9, 2025 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrongly formed request in RequestQueue.list_requests method
2 participants