3 references to GetJsonAsync
Aspire.TestTools (3)
GitHubActionsApi.cs (2)
29using var jobsDocument = await GitHubCli.GetJsonAsync(endpoint, cancellationToken).ConfigureAwait(false); 61using var artifactsDocument = await GitHubCli.GetJsonAsync(
GitHubCli.cs (1)
138using var searchDocument = await GetJsonAsync(