Codeberg Upstream
class CodebergUpstream(val user: String, val repo: String, val baseUrl: String? = "https://codeberg.org/api/v1/", val baseUrlEndpoint: String? = "repos/", val releaseBaseUrl: String? = "https://codeberg.org/", val releaseBaseUrlEndpoint: String? = "/", val upstreamPriority: Priority = 1.priority) : Upstream
The Codeberg upstream.
Properties
Link copied to clipboard
The endpoint from where the data is requested [baseUrl+baseUrlEndpoint]
Link copied to clipboard
The url that is used as a base for all releases
Link copied to clipboard
The endpoint where the release should lead to [baseUrl+baseUrlEndpoint]
Link copied to clipboard
Priority is that used when comparing versions from multiple upstreams.
Functions
Link copied to clipboard
Fetches a version object from the upstream.
Link copied to clipboard
Converts a version string into a DefaultVersion.