Expand description
API types common to many endpoints.
Usually these are enumerations or other simple wrappers around structures present in GitLab’s REST API.
Structs§
- Comma
Separated List - A comma-separated list of values.
Enums§
- Access
Level - Access levels for groups and projects.
- Enable
State - States for features or flags.
- Name
OrId - A structure for storing a name or ID where either is allowed.
- Protected
Access Level - Access levels for protected branches and tags.
- Protected
Access Level With Access - Access levels for protected branches and tags.
- Sort
Order - Orderings for sorted results.
- Visibility
Level - Visibility levels of projects.
- YesNo
- A
yes
orno
.
Functions§
- directory_
path_ escaped - Escape a string for usage as a directory path component.
- path_
escaped - Escape a string for usage as a single URL path component.