GithubReleaseAsset Class
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Describes a asset (file) uploaded to a GitHub release.
public class GithubReleaseAsset
Inheritance: object → GithubReleaseAsset
Constructors
Name | Description |
---|---|
GithubReleaseAsset() |
Properties
Name | Description |
---|---|
BrowserDownloadUrl | The 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. |
ContentType | The mime type of this release asset (as detected by GitHub). |
Name | The name of this release asset. |
Url | The 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