Skip to content
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

Why there's no sort param on GetVideosAsync?? #182

Open
rodriciru opened this issue Mar 31, 2023 · 2 comments
Open

Why there's no sort param on GetVideosAsync?? #182

rodriciru opened this issue Mar 31, 2023 · 2 comments
Assignees

Comments

@rodriciru
Copy link

API can sort, but the method hasn't a param for that.
I know I can sort a list, but if the API works for me would be great

@mfilippov mfilippov self-assigned this Apr 9, 2023
@rodriciru
Copy link
Author

How about this?

@tsmgeek
Copy link

tsmgeek commented Apr 22, 2024

Same here missing both sort and direction, if there was a generic say params then as new options become available they can be added ahead of the API supporting these params directly.
Maybe even allowing the request object to be built separately then passed in may be useful for more custom stuff, currently GenerateVideoRequest is private so can not even extend to support the extra bits I need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants