UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

17 lines 597 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; export class DomainHistory extends APIResource { /** * Get Domain History */ get(params, options) { const { account_id, ...query } = params; return this._client.get(`/accounts/${account_id}/intel/domain-history`, { query, ...options, })._thenUnwrap((obj) => obj.result); } } (function (DomainHistory) { })(DomainHistory || (DomainHistory = {})); //# sourceMappingURL=domain-history.mjs.map