summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/project_access_tokens.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: support array types for most resourcesNejc Habjan2022-07-281-0/+5
|
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
|
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
| | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/
* chore: del 'import *' in gitlab/v4/objects/project_access_tokens.pyJohn L. Villalovos2021-03-011-2/+2
| | | | | Remove usage of 'import *' in gitlab/v4/objects/project_access_tokens.py.
* feat(projects): add project access token apiMax Wittig2021-02-241-0/+18