update endpoint, add client_id

(we update the API endpoint, and will be requiring client_id's starting Dec1)

Thanks!
-Eric
This commit is contained in:
Eric Case
2014-10-17 16:37:35 -07:00
parent 5cfd7ec24f
commit 8dc70ee37b
@@ -4,7 +4,8 @@ require '../src/Curl/Curl.php';
use \Curl\Curl;
$curl = new Curl();
$curl->get('https://domai.nr/api/json/search', array(
$curl->get('https://domainr.com/api/json/search', array(
'client_id' => 'php_curl_class',
'q' => 'example',
));