mirror of
https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities.git
synced 2026-09-04 00:56:24 +02:00
- Add missing documentation
This commit is contained in:
@@ -14,8 +14,8 @@ namespace Stone_Red_Utilities.Http
|
||||
/// Reads the JSON returned from the website and converts it into an object
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <param name="httpClient"></param>
|
||||
/// <param name="requestUri"></param>
|
||||
/// <param name="httpClient">The http client used for the request</param>
|
||||
/// <param name="requestUri">The Uri the request is sent to/></param>
|
||||
/// <returns></returns>
|
||||
public static async Task<T> GetJsonObjectAsync<T>(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
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <param name="httpClient"></param>
|
||||
/// <param name="requestUri"></param>
|
||||
/// <param name="httpClient">The http client used for the request</param>
|
||||
/// <param name="requestUri">The Uri the request is sent to/></param>
|
||||
/// <returns></returns>
|
||||
public static async Task<T> GetJsonObjectAsync<T>(this HttpClient httpClient, Uri requestUri)
|
||||
{
|
||||
|
||||
@@ -837,8 +837,8 @@
|
||||
Reads the JSON returned from the website and converts it into an object
|
||||
</summary>
|
||||
<typeparam name="T"></typeparam>
|
||||
<param name="httpClient"></param>
|
||||
<param name="requestUri"></param>
|
||||
<param name="httpClient">The http client used for the request</param>
|
||||
<param name="requestUri">The Uri the request is sent to/></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.Http.HttpClientExtentions.GetJsonObjectAsync``1(System.Net.Http.HttpClient,System.Uri)">
|
||||
@@ -846,8 +846,8 @@
|
||||
Reads the JSON returned from the website and converts it into an object
|
||||
</summary>
|
||||
<typeparam name="T"></typeparam>
|
||||
<param name="httpClient"></param>
|
||||
<param name="requestUri"></param>
|
||||
<param name="httpClient">The http client used for the request</param>
|
||||
<param name="requestUri">The Uri the request is sent to/></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Stone_Red_Utilities.Logging.LogConfig">
|
||||
|
||||
Reference in New Issue
Block a user