Structs§
- Assignee
- A GitLab user (assignee).
- Client
- Client for the GitLab REST API v4.
- Group
Client - Client for group-level GitLab API queries.
- Issue
- A GitLab issue.
- Issue
Update - Parameters for editing an issue.
Functions§
- load_
token - Load the GitLab token from
GITLAB_TOKENenv var or config file. - package_
from_ issue_ url - Extract the package name from a GitLab issue web_url.
- parse_
project_ url - Parse a GitLab project URL into (base_url, project_path).
- project_
path_ from_ issue_ url - Extract the project path from a GitLab issue web_url.
- validate_
token - Check whether a token is valid by calling
GET /api/v4/user.