diff options
| author | ayoub mrini <amrini@wiremind.fr> | 2020-03-19 23:30:40 +0100 |
|---|---|---|
| committer | ayoub mrini <amrini@wiremind.fr> | 2020-04-06 20:52:35 +0200 |
| commit | 01de524ce39a67b549b3157bf4de827dd0568d6b (patch) | |
| tree | e195869989b88b998ab0452ac8572c02895db396 /gitlab/__init__.py | |
| parent | c5904c4c2e79ec302ff0de20bcb2792be4924bbe (diff) | |
| download | gitlab-01de524ce39a67b549b3157bf4de827dd0568d6b.tar.gz | |
feat(api): add support for Gitlab Deploy Token API
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 a12ffb9..94e80f8 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -119,6 +119,7 @@ class Gitlab(object): self.broadcastmessages = objects.BroadcastMessageManager(self) self.deploykeys = objects.DeployKeyManager(self) + self.deploytokens = objects.DeployTokenManager(self) self.geonodes = objects.GeoNodeManager(self) self.gitlabciymls = objects.GitlabciymlManager(self) self.gitignores = objects.GitignoreManager(self) |
