Method | Description | |
---|---|---|
GetPacksAsync ( ) : Task |
Get a list of packs.
|
|
GetPacksByIdAsync ( string packId ) : Task |
Gets packs by identifier.
|
|
GetPacksByNameAsync ( string packName ) : Task |
Gets packs by name.
|
|
PacksApi ( ISt2Client host ) : System |
Initializes a new instance of the TonyBaloney.St2.Client.Apis.PacksApi class.
|
public GetPacksByIdAsync ( string packId ) : Task |
||
packId | string | Identifier for the pack. |
return | Task |
public GetPacksByNameAsync ( string packName ) : Task |
||
packName | string | Name of the pack. |
return | Task |
public PacksApi ( ISt2Client host ) : System | ||
host | ISt2Client | The host. |
return | System |