UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

18 lines 717 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Clip = void 0; const resource_1 = require("cloudflare/resource"); class Clip extends resource_1.APIResource { /** * Clips a video based on the specified start and end times provided in seconds. */ create(params, options) { const { account_id, ...body } = params; return this._client.post(`/accounts/${account_id}/stream/clip`, { body, ...options })._thenUnwrap((obj) => obj.result); } } exports.Clip = Clip; (function (Clip) { })(Clip = exports.Clip || (exports.Clip = {})); //# sourceMappingURL=clip.js.map