Table of Contents

Class HttpClientExtensions

Namespace
Exiled.Loader.GHApi
Assembly
Exiled.Loader.dll

A set of extensions to be used along with https clients.

public static class HttpClientExtensions
Inheritance
HttpClientExtensions
Inherited Members

Methods

GetReleases(HttpClient, long, GetReleasesSettings)

Gets all releases from a git repository.

public static Task<Release[]> GetReleases(this HttpClient client, long repoId, GetReleasesSettings settings)

Parameters

client HttpClient

The HttpClient.

repoId long

The repository from which get the releases.

settings GetReleasesSettings

The settings.

Returns

Task<Release[]>

A Release[] containing all requested releases.