UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

14 lines 666 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; export class Details extends APIResource { /** * Previews an event's configuration as if it was active. Inherited fields from the * waiting room will be displayed with their current values. */ get(zoneIdentifier, waitingRoomId, eventId, options) { return this._client.get(`/zones/${zoneIdentifier}/waiting_rooms/${waitingRoomId}/events/${eventId}/details`, options)._thenUnwrap((obj) => obj.result); } } (function (Details) { })(Details || (Details = {})); //# sourceMappingURL=details.mjs.map