biketag
Version:
The Javascript client API for BikeTag Games
16 lines (15 loc) • 755 B
TypeScript
export declare const BIKETAG_API_HOST = "biketag.org";
export declare const API_VERSION = "api";
export declare const AUTHORIZE_ENDPOINT = "authorize";
export declare const TOKEN_ENDPOINT = "token";
export declare const GAMES_ENDPOINT = "game";
export declare const AMBASSADORS_ENDPOINT = "ambassadors";
export declare const PLAYERS_ENDPOINT = "players";
export declare const TAGS_ENDPOINT = "tags";
export declare const QUEUE_ENDPOINT = "queue";
export declare const SETTINGS_ENDPOINT = "settings";
export declare const STATS_ENDPOINT = "stats";
export declare const ACHIEVEMENTS_ENDPOINT = "achievements";
export declare const UPDATE_ENDPOINT = "update";
export declare const DELETE_ENDPOINT = "delete";
export declare const CONFIG_ENDPOINT = "config";