UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

14 lines 641 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../../resource.mjs"; export class Embed extends APIResource { /** * Fetches an HTML code snippet to embed a video in a web page delivered through * Cloudflare. On success, returns an HTML fragment for use on web pages to display * a video. On failure, returns a JSON response body. */ get(identifier, params, options) { const { account_id } = params; return this._client.get(`/accounts/${account_id}/stream/${identifier}/embed`, options); } } //# sourceMappingURL=embed.mjs.map