Update to new v1 endpoint

We're moving to a versioned API endpoint. Thanks!
This commit is contained in:
Eric Case
2015-04-07 15:02:09 -07:00
parent 7ff5aed043
commit 743ab6fd94
@@ -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',
));