UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

23 lines 970 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import { isRequestOptions } from 'cloudflare/core'; export class ConnectionTampering extends APIResource { summary(query = {}, options) { if (isRequestOptions(query)) { return this.summary({}, query); } return this._client.get('/radar/connection_tampering/summary', { query, ...options })._thenUnwrap((obj) => obj.result); } timeseriesGroups(query = {}, options) { if (isRequestOptions(query)) { return this.timeseriesGroups({}, query); } return this._client.get('/radar/connection_tampering/timeseries_groups', { query, ...options, })._thenUnwrap((obj) => obj.result); } } (function (ConnectionTampering) { })(ConnectionTampering || (ConnectionTampering = {})); //# sourceMappingURL=connection-tampering.mjs.map