nmkr-studio-api
Version:
Typesafe API Client to work with the NMKR Studio V2 API
15 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OpenAPI = void 0;
exports.OpenAPI = {
BASE: 'https://studio-api.nmkr.io',
VERSION: '2',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,
USERNAME: undefined,
PASSWORD: undefined,
HEADERS: undefined,
ENCODE_PATH: undefined,
};
//# sourceMappingURL=OpenAPI.js.map