UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

16 lines (15 loc) 641 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetConnectionWithCertificate = void 0; const EndevorConnectionAction_1 = require("./EndevorConnectionAction"); const AbstractRequest_1 = require("../AbstractRequest"); class GetConnectionWithCertificate extends EndevorConnectionAction_1.EndevorConnectionAction { constructor(name) { super(); this.customPath = "/connectionsWithCertificates"; this.method = AbstractRequest_1.RequestMethod.GET; this.name = name; this.params = { name }; } } exports.GetConnectionWithCertificate = GetConnectionWithCertificate;