pyapi-gitlab / pyapi-gitlab

pyapi-gitlab is a python wrapper for the Gitlab API.
Apache License 2.0
205 stars 108 forks source link

gitlab 7.4.x no ways to get namespace_id of specific namespace #191

Open wingyiu opened 7 years ago

wingyiu commented 7 years ago

I'm trying to create project under specific namespace 'axiba', but there is no ways to get the namespace_id of 'axiba', any way to solve this problem?

Sudo-Kid commented 7 years ago

Is this still a problem or is it safe to close this issue?

wingyiu commented 7 years ago

@the-kid89 api of gitlab has poor support of filtering or searching

Sudo-Kid commented 7 years ago

Do you have a code example of what you have tried without success?