cloudflare
Version:
The official TypeScript library for the Cloudflare API
14 lines • 478 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from 'cloudflare/resource';
export class Content extends APIResource {
/**
* Snippet Content
*/
get(zoneIdentifier, snippetName, options) {
return this._client.get(`/zones/${zoneIdentifier}/snippets/${snippetName}/content`, {
...options,
__binaryResponse: true,
});
}
}
//# sourceMappingURL=content.mjs.map