-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: Added StoreCollectionClient for listing Actors in Apify store #147
Conversation
drobnikj
commented
Sep 4, 2023
•
edited
Loading
edited
- Added new methods for https://docs.apify.com/api/v2/#/reference/store/store-actors-collection
- Updated actions/checkout across GH workflows because Can't use 'tar -xzf' extract archive file actions/checkout#1448 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the pull request and linked issue has estimate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, just one typo in the docstrings
docs/docs.md
Outdated
|
||
* **search** (`str`, *optional*) – String to search by. The search runs on the following fields: title, name, description, username, readme. | ||
|
||
* **sort_be** (`str`, *optional*) – Specifies the field by which to sort the results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* **sort_be** (`str`, *optional*) – Specifies the field by which to sort the results. | |
* **sort_by** (`str`, *optional*) – Specifies the field by which to sort the results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM