@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
14 lines (13 loc) • 583 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetConnectionsWithCertificate = void 0;
const EndevorConnectionAction_1 = require("./EndevorConnectionAction");
const AbstractRequest_1 = require("../AbstractRequest");
class GetConnectionsWithCertificate extends EndevorConnectionAction_1.EndevorConnectionAction {
constructor() {
super();
this.customPath = "/connectionsWithCertificates";
this.method = AbstractRequest_1.RequestMethod.GET;
}
}
exports.GetConnectionsWithCertificate = GetConnectionsWithCertificate;