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.
Documentation on readthedocs for version 1.0.1 suggests using
user_projects.createcall to create project on behalf of a user, but trying to do it results inAttributeError: 'Gitlab' object has no attribute 'user_projects'. I can see references toUserProjectManagerin the code, but I cannot figure out how to create user projects. In any case documentation has to be updated.