-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Codebreaker.Backend/src/clients/common/Codebreaker.GameAPIs.Client/GamesClient.cs
Line 12 in b905265
| private readonly HttpClient _httpClient = httpClient; |
Codebreaker.Backend/src/clients/common/Codebreaker.GameAPIs.Client/GamesClient.cs
Line 34 in b905265
| var response = await _httpClient.PostAsJsonAsync("/games", createGameRequest, s_jsonOptions, cancellationToken); |
Codebreaker.Backend/src/clients/common/Codebreaker.GameAPIs.Client/GamesClient.cs
Line 65 in b905265
| var response = await httpClient.PatchAsJsonAsync($"/games/{id}", request, s_jsonOptions, cancellationToken); |
Reactions are currently unavailable