UNPKG

@signnow/api-client

Version:
33 lines (32 loc) 857 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventSubscriptionsCallbacksAllGet = void 0; const constants_1 = require("../../../core/constants"); const constants_2 = require("../../../core/constants"); class EventSubscriptionsCallbacksAllGet { constructor() { this.queryParams = {}; } getPayload() { return null; } getMethod() { return constants_1.HttpMethod.GET; } getUrl() { return '/v2/event-subscriptions/callbacks'; } getAuthMethod() { return constants_2.HttpAuthType.BEARER; } getContentType() { return 'application/json'; } getQueryParams() { return this.queryParams; } getUriParams() { return null; } } exports.EventSubscriptionsCallbacksAllGet = EventSubscriptionsCallbacksAllGet;