UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

60 lines 2.32 kB
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Summary = void 0; const resource_1 = require("cloudflare/resource"); const core_1 = require("cloudflare/core"); class Summary extends resource_1.APIResource { get(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.get({}, query); } return this._client.get('/radar/attacks/layer7/summary', { query, ...options })._thenUnwrap((obj) => obj.result); } httpMethod(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.httpMethod({}, query); } return this._client.get('/radar/attacks/layer7/summary/http_method', { query, ...options, })._thenUnwrap((obj) => obj.result); } httpVersion(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.httpVersion({}, query); } return this._client.get('/radar/attacks/layer7/summary/http_version', { query, ...options, })._thenUnwrap((obj) => obj.result); } ipVersion(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.ipVersion({}, query); } return this._client.get('/radar/attacks/layer7/summary/ip_version', { query, ...options })._thenUnwrap((obj) => obj.result); } managedRules(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.managedRules({}, query); } return this._client.get('/radar/attacks/layer7/summary/managed_rules', { query, ...options, })._thenUnwrap((obj) => obj.result); } mitigationProduct(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.mitigationProduct({}, query); } return this._client.get('/radar/attacks/layer7/summary/mitigation_product', { query, ...options, })._thenUnwrap((obj) => obj.result); } } exports.Summary = Summary; (function (Summary) { })(Summary = exports.Summary || (exports.Summary = {})); //# sourceMappingURL=summary.js.map