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