@lcap/asl
Version:
NetEase Application Specific Language
36 lines • 909 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const preprocess_1 = require("../common/preprocess");
exports.default = {
create: {
url: {
path: '/proxy/graph/api/v1/graph/view/element',
method: 'post',
},
config: {
preprocess: (info) => {
preprocess_1.prePosIndex(info);
return info;
},
},
},
update: {
url: {
path: '/proxy/graph/api/v1/graph/view/element',
method: 'put',
},
config: {
preprocess: (info) => {
preprocess_1.prePosIndex(info);
return info;
},
},
},
delete: {
url: {
path: '/proxy/graph/api/v1/graph/view/element',
method: 'delete',
},
},
};
//# sourceMappingURL=element.js.map