battlemetrics-client
Version:
TypeScript client library for the BattleMetrics API
5 lines • 324 B
TypeScript
import { GameListParams } from "../types/gamesParams";
import { GameListResponse, GameResponse } from "../types/responses";
export declare function getGameList(params?: GameListParams): Promise<GameListResponse>;
export declare function getGameInfo(gameId: string): Promise<GameResponse>;
//# sourceMappingURL=games.d.ts.map