Function wasmer_api::query::get_domain_zone_file

source ยท
pub async fn get_domain_zone_file(
    client: &WasmerClient,
    domain: String,
) -> Result<Option<DnsDomainWithZoneFile>, Error>
Expand description

Retrieve a domain by its name.

Specify with_records to also retrieve all records for the domain.