source: node_modules/swagger-client/lib/constants.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 452 bytes
Line 
1"use strict";
2
3exports.__esModule = true;
4exports.DEFAULT_OPENAPI_3_SERVER = exports.DEFAULT_BASE_URL = exports.ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = void 0;
5const ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = exports.ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = 'application/json, application/yaml';
6const DEFAULT_BASE_URL = exports.DEFAULT_BASE_URL = 'https://swagger.io';
7const DEFAULT_OPENAPI_3_SERVER = exports.DEFAULT_OPENAPI_3_SERVER = Object.freeze({
8 url: '/'
9});
Note: See TracBrowser for help on using the repository browser.