Merge pull request #164 from case/patch-3

Update to new v1 endpoint
This commit is contained in:
Zach Borboa
2015-04-07 15:52:42 -07:00
@@ -4,7 +4,7 @@ require '../src/Curl/Curl.php';
use \Curl\Curl;
$curl = new Curl();
$curl->get('https://domainr.com/api/json/search', array(
$curl->get('https://api.domainr.com/v1/search', array(
'client_id' => 'php_curl_class',
'q' => 'example',
));