n8n-nodes-allure-testops
Version:
N8N node for Allure TestOps
15 lines • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getOption = void 0;
exports.getOption = {
name: 'Get Project By ID',
value: 'getProject',
action: 'Get project by id',
routing: {
request: {
method: 'GET',
url: '=/api/project/{{$parameter.projectId}}',
},
},
};
//# sourceMappingURL=Get.js.map