UNPKG

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

Version:

Endevor Bridge for Git Rest client

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