biketag
Version:
The Javascript client API for BikeTag Games
7 lines (6 loc) • 375 B
TypeScript
import { ImgurClient } from 'imgur';
import { getGamePayload } from '../common/payloads';
import { BikeTagApiResponse } from '../common/types';
import { Game } from '../common/schema';
import { default as TinyCache } from 'tinycache';
export declare function getGame(client: ImgurClient, payload: getGamePayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<Game>>;