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