summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/keys.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: add type-hints to multiple files in gitlab/v4/objects/John L. Villalovos2021-11-071-3/+11
| | | | | | | | | | | | | | | | | | | | Add and/or check type-hints for the following files gitlab.v4.objects.access_requests gitlab.v4.objects.applications gitlab.v4.objects.broadcast_messages gitlab.v4.objects.deployments gitlab.v4.objects.keys gitlab.v4.objects.merge_trains gitlab.v4.objects.namespaces gitlab.v4.objects.pages gitlab.v4.objects.personal_access_tokens gitlab.v4.objects.project_access_tokens gitlab.v4.objects.tags gitlab.v4.objects.templates gitlab.v4.objects.triggers Add a 'get' method with the correct type for Managers derived from GetMixin.
* feat: add keys endpointBen Brown2021-06-031-0/+26