valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
22 lines • 669 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.partyPlayerEndpoint = void 0;
const commonTypes_1 = require("../../commonTypes");
exports.partyPlayerEndpoint = {
name: 'Party Player',
description: 'Get the party information for the given player',
queryName: 'Party_FetchPlayer',
category: 'Party Endpoints',
type: 'glz',
suffix: 'parties/v1/players/{puuid}',
riotRequirements: {
token: true,
entitlement: true,
clientVersion: true,
clientPlatform: true
},
responses: {
'200': commonTypes_1.partyPlayerSchema
}
};
//# sourceMappingURL=PartyPlayer.js.map