Skip to content

feat: allow sorting of Actors collection #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

protoss70
Copy link

Added new sorting param sortBy for the new feature described in this Issue

I will wait until Apify-Core PR is deployed and then will merge this.

One note, I am not sure if I added the sortBy parameter correctly. Example code below:
return await self._list(my=my, limit=limit, offset=offset, desc=desc, sortBy=sort_by)
I tried to follow similar examples with a camel case api parameter. Please let me know if this is not the correct syntax.

@protoss70 protoss70 requested review from tobice and vdusek June 16, 2025 13:07
@protoss70 protoss70 added the t-integrations Issues with this label are in the ownership of the integrations team. label Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-integrations Issues with this label are in the ownership of the integrations team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants