UNPKG

arlas-api

Version:

ARLAS Api.

25 lines 753 B
// tslint:disable /** * ARLAS Server APIs * Explore the content of ARLAS collections * * OpenAPI spec version: API_VERSION * 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 = (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