UNPKG

arlas-tagger-api

Version:

(Un)Tag fields of ARLAS collections

25 lines 748 B
// tslint:disable /** * ARLAS Tagger APIs * (Un)Tag fields 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