Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Endpoints

A list of HTTP endpoints commonly used for clientless applications.

Index

Enumeration members

CHAR_LIST

CHAR_LIST: = "https://realmofthemadgodhrd.appspot.com/char/list"

The endpoint used to retreive the list of servers and the character information about an account.

GAME_CLIENT

GAME_CLIENT: = "https://www.realmofthemadgod.com/AssembleeGameClient{{version}}.swf"

The endpoint used to retrieve the latest client. {{version}} needs to be replaced with the current version before use.

example

const downloadPath = Endpoints.GAME_CLIENT.replace('{{version}}', currentVersion);

STATIC_DRIPS

STATIC_DRIPS: = "https://static.drips.pw/rotmg/production"

The endpoint used to retreive the latest resources.

VERSION

VERSION: = "https://www.realmofthemadgod.com/version.txt"

The endpoint used to check the version of the latest client.

Generated using TypeDoc