tsonik
Version:
A TypeScript client library for the Iconik API based on Swagger documentation
12 lines • 332 B
JavaScript
;
/**
* Configuration interface and default settings for the Iconik API client
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIG = void 0;
exports.DEFAULT_CONFIG = {
baseUrl: 'https://app.iconik.io',
timeout: 30000,
debug: false,
};
//# sourceMappingURL=config.js.map