UNPKG

n8n-nodes-allure-testops

Version:
15 lines 388 B
"use strict"; 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