21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
#### [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.FetchSetByUuid(int) Method
|
|
|
|
Fetches a [Set](JpnCardsPokemon.Sdk.Api.Set.md 'JpnCardsPokemon.Sdk.Api.Set') by its uuid.
|
|
|
|
```csharp
|
|
public System.Threading.Tasks.Task<JpnCardsPokemon.Sdk.Api.Set?> FetchSetByUuid(int uuid);
|
|
```
|
|
#### Parameters
|
|
|
|
<a name='JpnCardsPokemon.Sdk.Client.ApiClient.FetchSetByUuid(int).uuid'></a>
|
|
|
|
`uuid` [System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')
|
|
|
|
Uuid of the [Set](JpnCardsPokemon.Sdk.Api.Set.md 'JpnCardsPokemon.Sdk.Api.Set') to fetch.
|
|
|
|
#### Returns
|
|
[System.Threading.Tasks.Task<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task`1')[Set](JpnCardsPokemon.Sdk.Api.Set.md 'JpnCardsPokemon.Sdk.Api.Set')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task`1')
|
|
If existing returns the matching [Set](JpnCardsPokemon.Sdk.Api.Set.md 'JpnCardsPokemon.Sdk.Api.Set'). |