UNPKG

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

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 286 B
import { GlobalAction } from "./GlobalAction"; import { RequestMethod } from "../AbstractRequest"; export class GetGlobalGenerateSettings extends GlobalAction { constructor() { super(); this.customPath = "/generate"; this.method = RequestMethod.GET; } }