pub async fn get_domain( client: &WasmerClient, domain: String, ) -> Result<Option<DnsDomain>, Error>
Retrieve a domain by its name.
Specify with_records to also retrieve all records for the domain.