Completes the documentation files

This commit is contained in:
Serraniel 2023-03-03 19:16:05 +01:00
parent 36e9a0d87f
commit a53ae6e727
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#### [JpnCardsPokemon.Sdk](index.md 'index')
### [JpnCardsPokemon.Sdk.Client](JpnCardsPokemon.Sdk.Client.md 'JpnCardsPokemon.Sdk.Client').[ApiClient](JpnCardsPokemon.Sdk.Client.ApiClient.md 'JpnCardsPokemon.Sdk.Client.ApiClient')
## ApiClient(SocketsHttpHandler) Constructor
Creates a new instance of the ApiClient.
```csharp
public ApiClient(System.Net.Http.SocketsHttpHandler handler);
```
#### Parameters
<a name='JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient(System.Net.Http.SocketsHttpHandler).handler'></a>
`handler` [System.Net.Http.SocketsHttpHandler](https://docs.microsoft.com/en-us/dotnet/api/System.Net.Http.SocketsHttpHandler 'System.Net.Http.SocketsHttpHandler')
Can pass a [System.Net.Http.SocketsHttpHandler](https://docs.microsoft.com/en-us/dotnet/api/System.Net.Http.SocketsHttpHandler 'System.Net.Http.SocketsHttpHandler') to use for the internal http client.

View file

@ -15,6 +15,7 @@ Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.O
| :--- | :--- |
| [ApiClient()](JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient().md 'JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient()') | Creates a new instance of the ApiClient. |
| [ApiClient(HttpClient)](JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient(System.Net.Http.HttpClient).md 'JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient(System.Net.Http.HttpClient)') | Creates a new instance of the ApiClient. |
| [ApiClient(SocketsHttpHandler)](JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient(System.Net.Http.SocketsHttpHandler).md 'JpnCardsPokemon.Sdk.Client.ApiClient.ApiClient(System.Net.Http.SocketsHttpHandler)') | Creates a new instance of the ApiClient. |
| Methods | |
| :--- | :--- |