valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
22 lines • 666 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pregameMatchEndpoint = void 0;
const commonTypes_1 = require("../../commonTypes");
exports.pregameMatchEndpoint = {
name: 'Pre-Game Match',
description: 'Get Pre-Game match data',
queryName: 'Pregame_GetMatch',
category: 'Pre-Game Endpoints',
type: 'glz',
suffix: 'pregame/v1/matches/{pre-game match id}',
riotRequirements: {
token: true,
entitlement: true,
clientPlatform: true,
clientVersion: true
},
responses: {
'200': commonTypes_1.pregameMatchSchema
}
};
//# sourceMappingURL=PregameMatch.js.map