request
Make an authenticated GitLab request through the proxy.
repos
List projects/repositories from the connected GitLab account.
pulls
List merge requests from a specified GitLab repository.
tags
List tags from a specified GitLab repository.
releases
List releases from a specified GitLab repository.
/git/repos
Retrieve a list of repositories for the authenticated user.
/git/repos/{repo}/pulls
List of merge requests for a repository
/git/repos/{repo}/tags
List of tags for a repository
/git/repos/{repo}/releases
List of releases for a repository