From aa1d07bcce8a292a20646b2c232ba091decd355b Mon Sep 17 00:00:00 2001 From: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:27:27 +0100 Subject: [PATCH] - Add missing documentation --- Stone_Red-C-Sharp-Utilities/HttpClient.cs | 8 ++++---- .../Stone_Red-C-Sharp-Utilities.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Stone_Red-C-Sharp-Utilities/HttpClient.cs b/Stone_Red-C-Sharp-Utilities/HttpClient.cs index ded712b..ce19756 100644 --- a/Stone_Red-C-Sharp-Utilities/HttpClient.cs +++ b/Stone_Red-C-Sharp-Utilities/HttpClient.cs @@ -14,8 +14,8 @@ namespace Stone_Red_Utilities.Http /// Reads the JSON returned from the website and converts it into an object /// /// - /// - /// + /// The http client used for the request + /// The Uri the request is sent to/> /// public static async Task GetJsonObjectAsync(this HttpClient httpClient, string requestUri) { @@ -26,8 +26,8 @@ namespace Stone_Red_Utilities.Http /// Reads the JSON returned from the website and converts it into an object /// /// - /// - /// + /// The http client used for the request + /// The Uri the request is sent to/> /// public static async Task GetJsonObjectAsync(this HttpClient httpClient, Uri requestUri) { diff --git a/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml b/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml index a657f9e..b611de4 100644 --- a/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml +++ b/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml @@ -837,8 +837,8 @@ Reads the JSON returned from the website and converts it into an object - - + The http client used for the request + The Uri the request is sent to/> @@ -846,8 +846,8 @@ Reads the JSON returned from the website and converts it into an object - - + The http client used for the request + The Uri the request is sent to/>