◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
52 changes: 52 additions & 0 deletions gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,20 @@ def User(self, id=None, **kwargs):
"""
return self._getListOrObject(User, id, **kwargs)


class GitlabObject(object):
_url = None
Expand Down Expand Up @@ -852,3 +866,41 @@ def Tag(self, id=None, **kwargs):
return self._getListOrObject(ProjectTag, id,
project_id=self.id,
**kwargs)
Toggle all file notes Toggle all file annotations