GiteaReleaseAsset Class
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Describes a asset (file) uploaded to a Gitea release.
[NullableContext(2)]
[Nullable(0)]
public class GiteaReleaseAsset
Inheritance: object → GiteaReleaseAsset
Attributes: NullableContextAttribute,NullableAttribute
Constructors
| Name | Description |
|---|---|
| GiteaReleaseAsset() |
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. |
| 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