-
Notifications
You must be signed in to change notification settings - Fork 670
RFE: Archive a project #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The problem with this change is that it would change the method behavior and break compatibility. I'm not yet sure how this could be properly handled. |
I know, it was just my suggestion; your API (for which I thank you btw, it's pretty awesome) is structured similar to GL's own, so logically speaking me personally expected the The way I see it you could do:
|
I've implemented archive support in the The method are explicitly listed in http://python-gitlab.readthedocs.io/en/latest/gl_objects/projects.html I'll remove the |
Thanks for your suggestions BTW :) |
Tnx 4 the feature :) sorry I didn't respond earlier there. |
In
class Project(GitlabObject)
:archive(sha=None, **kwargs)
function toget_archive()
or make it part of the repo.archive()
(Working POC on GL 8.7) function:The text was updated successfully, but these errors were encountered: