UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines 622 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../../../../resource.mjs"; export class Percentiles extends APIResource { /** * Get percentiles for an http test for a given time period between 1 hour and 7 * days. */ get(testId, params, options) { const { account_id, ...query } = params; return this._client.get(`/accounts/${account_id}/dex/http-tests/${testId}/percentiles`, { query, ...options, })._thenUnwrap((obj) => obj.result); } } //# sourceMappingURL=percentiles.mjs.map