cloudflare
Version:
The official TypeScript library for the Cloudflare API
13 lines • 503 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from 'cloudflare/resource';
export class DNS extends APIResource {
/**
* Show the DNS records needed to configure your Email Routing zone.
*/
get(zoneIdentifier, options) {
return this._client.get(`/zones/${zoneIdentifier}/email/routing/dns`, options)._thenUnwrap((obj) => obj.result);
}
}
(function (DNS) {
})(DNS || (DNS = {}));
//# sourceMappingURL=dns.mjs.map