UNPKG

koishi-plugin-kbot

Version:
27 lines (26 loc) 978 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValorantApi = void 0; /* * @Author: Kabuda-czh * @Date: 2023-04-19 14:30:26 * @LastEditors: Kabuda-czh * @LastEditTime: 2023-04-25 11:45:28 * @FilePath: \KBot-App\plugins\kbot\src\plugins\valorant\enum.ts * @Description: * * Copyright (c) 2023 by Kabuda-czh, All Rights Reserved. */ var ValorantApi; (function (ValorantApi) { // authorization ValorantApi["Authorization"] = "https://auth.riotgames.com/api/v1/authorization"; // entitlements ValorantApi["Entitlements"] = "https://entitlements.auth.riotgames.com/api/token/v1"; // userinfo ValorantApi["Userinfo"] = "https://auth.riotgames.com/userinfo"; // region ValorantApi["Region"] = "https://riot-geo.pas.si.riotgames.com/pas/v1/product/valorant"; // authorize ValorantApi["Authorize"] = "https://auth.riotgames.com/authorize"; })(ValorantApi || (exports.ValorantApi = ValorantApi = {}));