afaik you only get encoding type when it's not "standard", I will verify this however.
 

Charles Daminato
OpenSRS Product Manager
Tucows Inc. - [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fagyal Csongor
Sent: March 22, 2002 1:29 PM
To: [EMAIL PROTECTED]
Subject: "list" command misunderstanding

Hi all,
 
 
I have issued a get_domain, type="list" command. Part of what I get is this:
 
...
'domain_list' => [
    'domain1',
    'domain2',
    ...
    'domainN'
],
...
 
 
The docs say I should get:
 
'domain_list' => [
    { 'domain' => 'domain1', 'encoding_type' => ""},
    { 'domain' => 'domain2', 'encoding_type' => ""}
    ...
],
 
Even though encoding_type is "optional", domain_list should be an array of hashes IMHO, but I get a simple array of scalars.What am I missing?
 
 
Regards,
- Csongor
           

Reply via email to