UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

18 lines 641 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.IPs = void 0; const resource_1 = require("cloudflare/resource"); class IPs extends resource_1.APIResource { /** * Get IP Overview */ get(params, options) { const { account_id, ...query } = params; return this._client.get(`/accounts/${account_id}/intel/ip`, { query, ...options })._thenUnwrap((obj) => obj.result); } } exports.IPs = IPs; (function (IPs) { })(IPs = exports.IPs || (exports.IPs = {})); //# sourceMappingURL=ips.js.map