mirror of
https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities.git
synced 2026-09-07 08:55:58 +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
|
/// Reads the JSON returned from the website and converts it into an object
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T"></typeparam>
|
/// <typeparam name="T"></typeparam>
|
||||||
/// <param name="httpClient"></param>
|
/// <param name="httpClient">The http client used for the request</param>
|
||||||
/// <param name="requestUri"></param>
|
/// <param name="requestUri">The Uri the request is sent to/></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static async Task<T> GetJsonObjectAsync<T>(this HttpClient httpClient, string requestUri)
|
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
|
/// Reads the JSON returned from the website and converts it into an object
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T"></typeparam>
|
/// <typeparam name="T"></typeparam>
|
||||||
/// <param name="httpClient"></param>
|
/// <param name="httpClient">The http client used for the request</param>
|
||||||
/// <param name="requestUri"></param>
|
/// <param name="requestUri">The Uri the request is sent to/></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static async Task<T> GetJsonObjectAsync<T>(this HttpClient httpClient, Uri requestUri)
|
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
|
Reads the JSON returned from the website and converts it into an object
|
||||||
</summary>
|
</summary>
|
||||||
<typeparam name="T"></typeparam>
|
<typeparam name="T"></typeparam>
|
||||||
<param name="httpClient"></param>
|
<param name="httpClient">The http client used for the request</param>
|
||||||
<param name="requestUri"></param>
|
<param name="requestUri">The Uri the request is sent to/></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Stone_Red_Utilities.Http.HttpClientExtentions.GetJsonObjectAsync``1(System.Net.Http.HttpClient,System.Uri)">
|
<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
|
Reads the JSON returned from the website and converts it into an object
|
||||||
</summary>
|
</summary>
|
||||||
<typeparam name="T"></typeparam>
|
<typeparam name="T"></typeparam>
|
||||||
<param name="httpClient"></param>
|
<param name="httpClient">The http client used for the request</param>
|
||||||
<param name="requestUri"></param>
|
<param name="requestUri">The Uri the request is sent to/></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Stone_Red_Utilities.Logging.LogConfig">
|
<member name="T:Stone_Red_Utilities.Logging.LogConfig">
|
||||||
|
|||||||
Reference in New Issue
Block a user