You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation on readthedocs for version 1.0.1 suggests using user_projects.create call to create project on behalf of a user, but trying to do it results in AttributeError: 'Gitlab' object has no attribute 'user_projects'. I can see references to UserProjectManager in the code, but I cannot figure out how to create user projects. In any case documentation has to be updated.