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. |
projectName | |
System. |
contact |
TmIoApi(String, String, String)
Declaration
public TmIoApi(string projectName, string contact, string apiKey = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
projectName | |
System. |
contact | |
System. |
apiKey |
Properties
| Improve this Doc View SourceCampaigns
Club campaigns
Declaration
public CampaignsResource Campaigns { get; }
Property Value
Type | Description |
---|---|
Campaigns |
Clubs
Club resources
Declaration
public ClubsResource Clubs { get; }
Property Value
Type | Description |
---|---|
Clubs |
Competitions
Events and competitions
Declaration
public CompetitionResource Competitions { get; }
Property Value
Type | Description |
---|---|
Competition |
Cotd
Cup of the day info and leaderboards
Declaration
public CotdResource Cotd { get; }
Property Value
Type | Description |
---|---|
Cotd |
Leaderboards
Campaigns, maps and general leaderboards
Declaration
public LeaderboardResource Leaderboards { get; }
Property Value
Type | Description |
---|---|
Leaderboard |
ManiaPubs
In-game player generated advertisement
Declaration
public ManiaPubResource ManiaPubs { get; }
Property Value
Type | Description |
---|---|
Mania |
Maps
Uploaded maps
Declaration
public MapsResource Maps { get; }
Property Value
Type | Description |
---|---|
Maps |
Players
Player lists, info and search
Declaration
public PlayersResource Players { get; }
Property Value
Type | Description |
---|---|
Players |
Rooms
Online rooms and servers
Declaration
public RoomsResource Rooms { get; }
Property Value
Type | Description |
---|---|
Rooms |
TopPlayers
General player rankings
Declaration
public TopPlayersResource TopPlayers { get; }
Property Value
Type | Description |
---|---|
Top |
Totd
Track of the Day
Declaration
public TotdResource Totd { get; }
Property Value
Type | Description |
---|---|
Totd |