paperswithcode-client
paperswithcode-client copied to clipboard
Add ordering param to list commands
I was trying to query paper lists ordered by published
date but couldn't do it because of the missing ordering
field that is available in the API docs: https://paperswithcode.com/api/v1/docs/.
This PR adds the ordering
param to all list commands, reflecting the API.