UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

58 lines 2.58 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("../../../resource.js"); const core_1 = require("../../../core.js"); class Summary extends resource_1.APIResource { botClass(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.botClass({}, query); } return this._client.get('/radar/http/summary/bot_class', { query, ...options })._thenUnwrap((obj) => obj.result); } deviceType(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.deviceType({}, query); } return this._client.get('/radar/http/summary/device_type', { query, ...options })._thenUnwrap((obj) => obj.result); } httpProtocol(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.httpProtocol({}, query); } return this._client.get('/radar/http/summary/http_protocol', { query, ...options })._thenUnwrap((obj) => obj.result); } httpVersion(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.httpVersion({}, query); } return this._client.get('/radar/http/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/http/summary/ip_version', { query, ...options })._thenUnwrap((obj) => obj.result); } os(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.os({}, query); } return this._client.get('/radar/http/summary/os', { query, ...options })._thenUnwrap((obj) => obj.result); } postQuantum(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.postQuantum({}, query); } return this._client.get('/radar/http/summary/post_quantum', { query, ...options })._thenUnwrap((obj) => obj.result); } tlsVersion(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.tlsVersion({}, query); } return this._client.get('/radar/http/summary/tls_version', { query, ...options })._thenUnwrap((obj) => obj.result); } } exports.Summary = Summary; //# sourceMappingURL=summary.js.map