diff options
| author | idanbensha <idan.b@polyrize.com> | 2019-12-02 12:51:39 +0200 |
|---|---|---|
| committer | idanbensha <idan.b@polyrize.com> | 2019-12-02 12:59:49 +0200 |
| commit | 2534020b1832f28339ef466d6dd3edc21a521260 (patch) | |
| tree | 912781596ed24b9dfcd16b0846aab70c9472f115 /gitlab/__init__.py | |
| parent | e4cad490b9cd16aa20ea84bb4bd24a6d25b19411 (diff) | |
| download | gitlab-2534020b1832f28339ef466d6dd3edc21a521260.tar.gz | |
feat: add audit endpoint
Diffstat (limited to 'gitlab/__init__.py')
| -rw-r--r-- | gitlab/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 252074b..f9a229e 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -136,6 +136,7 @@ class Gitlab(object): self.todos = objects.TodoManager(self) self.dockerfiles = objects.DockerfileManager(self) self.events = objects.EventManager(self) + self.audit_events = objects.AuditEventManager(self) self.features = objects.FeatureManager(self) self.pagesdomains = objects.PagesDomainManager(self) self.user_activities = objects.UserActivitiesManager(self) |
