cloudflare / cloudflare-php

PHP library for the Cloudflare v4 API
BSD 3-Clause "New" or "Revised" License
621 stars 222 forks source link

Add Export DNS endpoint #105

Open ClaraLeigh opened 5 years ago

ClaraLeigh commented 5 years ago

Adds in the ability to export a zone file by zoneID.

As the request function expects a json response, there is a strpos on the uri to ensure it is not the export endpoint.

Not as neat as I'd like it, so if there is a suggestion for a better way please let me know.