UNPKG

valorant-api-types

Version:

A collection of documented endpoints and return types for the unofficial Valorant API

22 lines 695 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.contractsEndpoint = void 0; const commonTypes_1 = require("../../commonTypes"); exports.contractsEndpoint = { name: 'Contracts', description: 'Get contract details including agents, battlepass, missions, and recent games', queryName: 'Contracts_Fetch', category: 'Contract Endpoints', type: 'pd', suffix: 'contracts/v1/contracts/{puuid}', riotRequirements: { token: true, entitlement: true, clientVersion: true, clientPlatform: true }, responses: { '200': commonTypes_1.contractsResponse } }; //# sourceMappingURL=Contracts.js.map