We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of the API, I would like to have the result sorted using the API 's sort_by and sort_order arguments.
sort_by
sort_order
See the API implementation: https://github.com/aleph-im/pyaleph/blob/main/src/aleph/web/controllers/messages.py#L58-L68
The text was updated successfully, but these errors were encountered:
Solved by 2 PRs:
Sorry, something went wrong.
MHHukiewitz
No branches or pull requests
As a user of the API, I would like to have the result sorted using the API 's
sort_by
andsort_order
arguments.See the API implementation: https://github.com/aleph-im/pyaleph/blob/main/src/aleph/web/controllers/messages.py#L58-L68
The text was updated successfully, but these errors were encountered: