mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 17:39:05 +00:00
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:
@@ -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',
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user