aleph-im / aleph-sdk-python

Python SDK library for the Aleph.im network
MIT License
2 stars 4 forks source link

Feature: Fetch messages sorted by a criteria on the API #95

Open hoh opened 5 months ago

hoh commented 5 months ago

As a user of the API, I would like to have the result sorted using the API 's sort_by and sort_order arguments.

See the API implementation: https://github.com/aleph-im/pyaleph/blob/main/src/aleph/web/controllers/messages.py#L58-L68

philogicae commented 4 months ago

Solved by 2 PRs: