Replies: 1 comment
-
@ayunwSky for specific arguments you should always check the upstream API documentation - https://docs.gitlab.com/ee/api/groups.html#list-a-groups-projects. You're looking for this: projects = group.projects.list(include_subgroups=True) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can use
projects = group.projects.list()
to get projects from group with python-gitlab library,but how can I get projects from subgroups?Beta Was this translation helpful? Give feedback.
All reactions