Skip to main content

GitlabSource Constructors

Declaring Type: GitlabSource
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

public GitlabSource(string repoUrl, string accessToken, bool upcomingRelease, IFileDownloader downloader = null);

Parameters

repoUrl string

The URL of the GitLab repository to download releases from (e.g. https://gitlab.com/api/v4/projects/ProjectId)

accessToken string

The GitLab access token to use with the request to download releases.

upcomingRelease bool

If true, the latest upcoming release will be downloaded. If false, the latest stable release will be downloaded.

downloader IFileDownloader

The file downloader used to perform HTTP requests.


Documentation generated by MdDocs