socketry / cloudflare

An asynchronous Ruby wrapper for the CloudFlare V4 API.
MIT License
139 stars 88 forks source link

add preload option to Zones#all #37

Closed nna774 closed 6 years ago

nna774 commented 6 years ago

I want to get all zone name, but now it will be very boring code. So add new option and Zones#all will return Zone class instances which contains record data.

ioquatix commented 6 years ago

Thanks. It looks reasonable.