UNPKG

@valapi/valorant-api.com

Version:

Valorant API - valorant-api.com

14 lines (13 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Currencies = void 0; const ValorantApiComService_1 = require("../client/ValorantApiComService"); class Currencies extends ValorantApiComService_1.ValorantApiComService { get() { return this.request.get(`/v1/currencies`); } getByUuid(uuid) { return this.request.get(`/v1/currencies/${uuid}`); } } exports.Currencies = Currencies;