lfk-client-js/dist/core/OpenAPI.js
Nicolai Ort 7d6de0936f
All checks were successful
continuous-integration/drone Build is passing
new lib version [CI SKIP]
2021-01-03 18:16:00 +00:00

13 lines
287 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OpenAPI = void 0;
exports.OpenAPI = {
BASE: '',
VERSION: '0.0.8',
WITH_CREDENTIALS: false,
TOKEN: undefined,
USERNAME: undefined,
PASSWORD: undefined,
HEADERS: undefined,
};