Skip to content

Instantly share code, notes, and snippets.

@mago0
Created April 13, 2012 04:20
Show Gist options
  • Save mago0/2373642 to your computer and use it in GitHub Desktop.
Save mago0/2373642 to your computer and use it in GitHub Desktop.
API REQUEST: GET http://api.dnsmadeeasy.com/V1.2/domains/ctsandbox.com/records, RESPONSE: 200 OK$VAR1 = [
{
'ttl' => 300,
'gtdLocation' => 'DEFAULT',
'name' => '',
'data' => '55.55.55.55',
'type' => 'A',
'id' => 8191847
},
{
'ttl' => 300,
'gtdLocation' => 'DEFAULT',
'name' => '',
'data' => '55.55.55.56',
'type' => 'A',
'id' => 8191848
}
];
Not a HASH reference at ctdme.pl line 54.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment