We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aafef commit edb3681Copy full SHA for edb3681
src/Sdk/WebApi/WebApi/ResultsHttpClient.cs
@@ -6,11 +6,11 @@
6
using System.Threading.Tasks;
7
using GitHub.Services.Results.Contracts;
8
using System.Net.Http.Formatting;
9
-using Sdk.WebApi.WebApi;
+using GitHub.Services.WebApi;
10
11
namespace GitHub.Services.Results.Client
12
{
13
- public class ResultsHttpClient : RawHttpClientBase
+ public class ResultsHttpClient : VssHttpClientBase
14
15
public ResultsHttpClient(
16
Uri baseUrl,
0 commit comments