@valapi/valorant-api.com
Version:
Valorant API - valorant-api.com
14 lines (13 loc) • 449 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Internal = void 0;
const ValorantApiComService_1 = require("../client/ValorantApiComService");
class Internal extends ValorantApiComService_1.ValorantApiComService {
uuid() {
return this.request.get(`/internal/uuids`);
}
riotClientVersion() {
return this.request.get(`/internal/ritoclientversion`);
}
}
exports.Internal = Internal;
;