Class TmIoApi
Inheritance
System.Object
TmIoApi
Namespace: TrackmaniaIo.ApiClient
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoApi
Constructors
| Improve this Doc View SourceTmIoApi(String, String)
Declaration
public TmIoApi(string projectName, string contact)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | projectName | |
| System.String | contact |
TmIoApi(String, String, String)
Declaration
public TmIoApi(string projectName, string contact, string apiKey = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | projectName | |
| System.String | contact | |
| System.String | apiKey |
Properties
| Improve this Doc View SourceCampaigns
Club campaigns
Declaration
public CampaignsResource Campaigns { get; }
Property Value
| Type | Description |
|---|---|
| CampaignsResource |
Clubs
Club resources
Declaration
public ClubsResource Clubs { get; }
Property Value
| Type | Description |
|---|---|
| ClubsResource |
Competitions
Events and competitions
Declaration
public CompetitionResource Competitions { get; }
Property Value
| Type | Description |
|---|---|
| CompetitionResource |
Cotd
Cup of the day info and leaderboards
Declaration
public CotdResource Cotd { get; }
Property Value
| Type | Description |
|---|---|
| CotdResource |
Leaderboards
Campaigns, maps and general leaderboards
Declaration
public LeaderboardResource Leaderboards { get; }
Property Value
| Type | Description |
|---|---|
| LeaderboardResource |
ManiaPubs
In-game player generated advertisement
Declaration
public ManiaPubResource ManiaPubs { get; }
Property Value
| Type | Description |
|---|---|
| ManiaPubResource |
Maps
Uploaded maps
Declaration
public MapsResource Maps { get; }
Property Value
| Type | Description |
|---|---|
| MapsResource |
Players
Player lists, info and search
Declaration
public PlayersResource Players { get; }
Property Value
| Type | Description |
|---|---|
| PlayersResource |
Rooms
Online rooms and servers
Declaration
public RoomsResource Rooms { get; }
Property Value
| Type | Description |
|---|---|
| RoomsResource |
TopPlayers
General player rankings
Declaration
public TopPlayersResource TopPlayers { get; }
Property Value
| Type | Description |
|---|---|
| TopPlayersResource |
Totd
Track of the Day
Declaration
public TotdResource Totd { get; }
Property Value
| Type | Description |
|---|---|
| TotdResource |