hackmud-chat
Version:
A hackmud chat api wrapper for nodejs.
9 lines • 324 B
TypeScript
export declare const API_URL = "https://www.hackmud.com/mobile/";
export declare enum ENDPOINTS {
GET_TOKEN = "get_token.json",
ACCOUNT_DATA = "account_data.json",
CHATS = "chats.json",
CHAT_HISTORY = "chat_history.json",
CREATE_CHAT = "create_chat.json"
}
//# sourceMappingURL=constants.d.ts.map