UNPKG

arlas-api

Version:
25 lines 762 B
// tslint:disable /** * ARLAS Server APIs * Explore the content of ARLAS collections * * OpenAPI spec version: 28.0.0 * Contact: contact@gisaia.com * * NOTE: This file is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the file manually. */ var Configuration = /** @class */ (function () { function Configuration(param) { if (param === void 0) { param = {}; } this.apiKey = param.apiKey; this.username = param.username; this.password = param.password; this.accessToken = param.accessToken; this.basePath = param.basePath; } return Configuration; }()); export { Configuration }; //# sourceMappingURL=configuration.js.map