module CloudParty::Responses
base module to have responses from the API be parents of, all response nodes (read: endpoints) are to have their own autoload line if an endpoint has numerous uses, like Zones
and its dns_records endpoint a sane class is to be used instead, e.g. …/zones/#!{zone_id}/dns_records -> {Responses::DnsRecords} or {Responses::Zones_DnsRecords}