@coveo/platform-client
Version:
The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.
13 lines • 524 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const Resource_js_1 = tslib_1.__importDefault(require("../Resource.js"));
const APICore_js_1 = tslib_1.__importDefault(require("../../APICore.js"));
class Links extends Resource_js_1.default {
static baseUrl = `/rest/organizations/${APICore_js_1.default.orgPlaceholder}/links`;
deleteAll() {
return this.api.delete(Links.baseUrl);
}
}
exports.default = Links;
//# sourceMappingURL=Links.js.map