valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
18 lines • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.localSwaggerDocsEndpoint = void 0;
const zod_1 = require("zod");
exports.localSwaggerDocsEndpoint = {
name: 'Local Swagger Docs',
description: 'Fetches json Swagger docs for local endpoints. Can be imported into Swagger or Insomnia.',
category: 'Local Endpoints',
type: 'local',
suffix: 'swagger/v3/openapi.json',
riotRequirements: {
localAuth: true
},
responses: {
'200': zod_1.z.unknown().describe('Swagger doc schema')
}
};
//# sourceMappingURL=LocalSwaggerDocs.js.map