mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Merge pull request #87 from case/patch-2
Update Domainr endpoint Add required field client_id
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