Skip to main content

GiteaReleaseAsset Class

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

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

public class GiteaReleaseAsset

Inheritance: object → GiteaReleaseAsset

Constructors

NameDescription
GiteaReleaseAsset()

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.
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