Seasons
Access via: RadiantConnect.ValorantApi.Seasons
GetSeasonsAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
SeasonsData? |
true | SeasonsData? |
Full code method:
| C# | |
|---|---|
1 | |
GetCompetitiveSeasonsAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
CompetitiveSeasonsData? |
true | CompetitiveSeasonsData? |
Full code method:
| C# | |
|---|---|
1 | |
GetSeasonByUuidAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
string |
seasonUuid | false |
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
SeasonData? |
true | SeasonData? |
Full code method:
| C# | |
|---|---|
1 | |
GetCompetitiveSeasonByUuidAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
string |
competitiveSeasonUuid | false |
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
CompetitiveSeasonData? |
true | CompetitiveSeasonData? |
Full code method:
| C# | |
|---|---|
1 | |