Show / Hide Table of Contents

Class TmIoApi

Inheritance
System.Object
TmIoApi
Namespace: TrackmaniaIo.ApiClient
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoApi

Constructors

| Improve this Doc View Source

TmIoApi(String, String)

Declaration
public TmIoApi(string projectName, string contact)
Parameters
Type Name Description
System.String projectName
System.String contact
| Improve this Doc View Source

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 Source

Campaigns

Club campaigns

Declaration
public CampaignsResource Campaigns { get; }
Property Value
Type Description
CampaignsResource
| Improve this Doc View Source

Clubs

Club resources

Declaration
public ClubsResource Clubs { get; }
Property Value
Type Description
ClubsResource
| Improve this Doc View Source

Competitions

Events and competitions

Declaration
public CompetitionResource Competitions { get; }
Property Value
Type Description
CompetitionResource
| Improve this Doc View Source

Cotd

Cup of the day info and leaderboards

Declaration
public CotdResource Cotd { get; }
Property Value
Type Description
CotdResource
| Improve this Doc View Source

Leaderboards

Campaigns, maps and general leaderboards

Declaration
public LeaderboardResource Leaderboards { get; }
Property Value
Type Description
LeaderboardResource
| Improve this Doc View Source

ManiaPubs

In-game player generated advertisement

Declaration
public ManiaPubResource ManiaPubs { get; }
Property Value
Type Description
ManiaPubResource
| Improve this Doc View Source

Maps

Uploaded maps

Declaration
public MapsResource Maps { get; }
Property Value
Type Description
MapsResource
| Improve this Doc View Source

Players

Player lists, info and search

Declaration
public PlayersResource Players { get; }
Property Value
Type Description
PlayersResource
| Improve this Doc View Source

Rooms

Online rooms and servers

Declaration
public RoomsResource Rooms { get; }
Property Value
Type Description
RoomsResource
| Improve this Doc View Source

TopPlayers

General player rankings

Declaration
public TopPlayersResource TopPlayers { get; }
Property Value
Type Description
TopPlayersResource
| Improve this Doc View Source

Totd

Track of the Day

Declaration
public TotdResource Totd { get; }
Property Value
Type Description
TotdResource
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Constructors
    • TmIoApi(String, String)
    • TmIoApi(String, String, String)
  • Properties
    • Campaigns
    • Clubs
    • Competitions
    • Cotd
    • Leaderboards
    • ManiaPubs
    • Maps
    • Players
    • Rooms
    • TopPlayers
    • Totd
Back to top
Generated by DocFX
☀
☾