Skip to main content

GithubReleaseAsset Class

Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

Describes a asset (file) uploaded to a GitHub release.

public class GithubReleaseAsset

Inheritance: object → GithubReleaseAsset

Constructors

NameDescription
GithubReleaseAsset()

Properties

NameDescription
BrowserDownloadUrlThe browser URL for this release asset. This does not use API quota, however this URL only works for public repositories. If downloading assets from a private repository, the Url property must be used with an appropriate access token.
ContentTypeThe mime type of this release asset (as detected by GitHub).
NameThe name of this release asset.
UrlThe asset URL for this release asset. Requests to this URL will use API quota and return JSON unless the 'Accept' header is "application/octet-stream".

Documentation generated by MdDocs