Using python Gitlab API, how to list merge requests filtered by some attributes ?
For instance, using curl I can use attributes in my request like ?author_username=MY_NAME&source_branch=MY_BRANCH
.
But I cannot find those attribute in the documentation (https://python-gitlab.readthedocs.io/en/stable/)
As the python-gitlab landing page you linked to states:
So you can just pass the GitLab APIs to the list call. Example: