MerginMaps / MerginMaps/python-api-client
paginated-projects-list function needs a default sorting parameter
Open
@DanChov is already working on this.
Since Sep 2, 2025.
- Dominant language
- Python
- Stars
- 23
- Forks
- 12
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
I use this function to populate our list of projects, and did not realise that there is no default order_params parameter (email chain with @erpas).
It seems illogical that a user will ever want to retrieve a random page of projects and thus I think there should either be a order_params value (either id or name makes sense to me), or order_params should be a required parameter.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.