UNPKG

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

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 342 B
import { EndevorConnectionAction } from "./EndevorConnectionAction"; import { RequestMethod } from "../AbstractRequest"; export class GetConnectionsWithCertificate extends EndevorConnectionAction { constructor() { super(); this.customPath = "/connectionsWithCertificates"; this.method = RequestMethod.GET; } }