doctormo / python-gitlab3

Python wrapper for the entire GitLab API
GNU Lesser General Public License v3.0
46 stars 25 forks source link

project information update #22

Closed fopina closed 7 years ago

fopina commented 9 years ago

V3 of API allows PUT requests to update project information (such as name, description) and this is missing in implementation

http://doc.gitlab.com/ee/api/projects.html

doctormo commented 7 years ago

Calling save() on a project should now use this PUT request to update the project's information.