cloudflare
Version:
The official TypeScript library for the Cloudflare API
11 lines • 444 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from "../../resource.mjs";
export class Search extends APIResource {
/**
* Searches for locations, autonomous systems, and reports.
*/
global(query, options) {
return this._client.get('/radar/search/global', { query, ...options })._thenUnwrap((obj) => obj.result);
}
}
//# sourceMappingURL=search.mjs.map