cloudflare
Version:
The official TypeScript library for the Cloudflare API
15 lines • 675 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from 'cloudflare/resource';
export class Bindings extends APIResource {
/**
* Fetch script bindings from a script uploaded to a Workers for Platforms
* namespace.
*/
get(dispatchNamespace, scriptName, params, options) {
const { account_id } = params;
return this._client.get(`/accounts/${account_id}/workers/dispatch/namespaces/${dispatchNamespace}/scripts/${scriptName}/bindings`, options)._thenUnwrap((obj) => obj.result);
}
}
(function (Bindings) {
})(Bindings || (Bindings = {}));
//# sourceMappingURL=bindings.mjs.map