Search Results for

    Show / Hide Table of Contents

    Class HttpClientExtensions

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

    Inheritance
    System.Object
    HttpClientExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Loader.GHApi
    Assembly: Exiled.Loader.dll
    Syntax
    public static class HttpClientExtensions

    Methods

    | Improve this Doc View Source

    GetReleases(HttpClient, Int64, GetReleasesSettings)

    Gets all releases from a git repository.

    Declaration
    public static async Task<Release[]> GetReleases(this HttpClient client, long repoId, GetReleasesSettings settings)
    Parameters
    Type Name Description
    System.Net.Http.HttpClient client

    The System.Net.Http.HttpClient.

    System.Int64 repoId

    The repository from which get the releases.

    GetReleasesSettings settings

    The settings.

    Returns
    Type Description
    System.Threading.Tasks.Task<Release[]>

    A Release[] containing all requested releases.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX