Class HttpClientExtensions
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
HttpClientThe HttpClient.
repoId
longThe repository from which get the releases.
settings
GetReleasesSettingsThe settings.