UNPKG

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

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 297 B
import { NotificationAction } from "./NotificationAction"; import { RequestMethod } from "../AbstractRequest"; export class CountAllNotifications extends NotificationAction { constructor() { super(); this.customPath = "/count"; this.method = RequestMethod.GET; } }