UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

17 lines 668 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 Summary extends APIResource { get(accountIdentifier, query = {}, options) { if (isRequestOptions(query)) { return this.get(accountIdentifier, {}, query); } return this._client.get(`/accounts/${accountIdentifier}/zt_risk_scoring/summary`, { query, ...options, })._thenUnwrap((obj) => obj.result); } } (function (Summary) { })(Summary || (Summary = {})); //# sourceMappingURL=summary.mjs.map