GitlabSource class
Namespace: Sources
A built-in update source that reads release feeds and downloads assets from a GitLab repository.
class GitlabSource :public IUpdateSourcePointer
Constructors
| Constructor | Summary |
|---|---|
GitlabSource | Creates a new GitlabSource. |
GitlabSource(repoUrl, accessToken, prerelease)
GitlabSource(std::string const& repoUrl, std::string const& accessToken = "", bool prerelease = false);
Creates a new GitlabSource.
Parameters
| Name | Description |
|---|---|
repoUrl | The GitLab repository URL (e.g. “https://gitlab.com/user/repo”). |
accessToken | Optional access token for private repositories. |
prerelease | Whether to include pre-release versions. |
Generated from Velopack (C++ headers)