Skip to content

Commit 38eb75e

Browse files
committed
Merge pull request php-curl-class#164 from case/patch-3
Update to new v1 endpoint
2 parents 7ff5aed + 0a159b5 commit 38eb75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/domainr_search_domain_name_availability.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use \Curl\Curl;
55

66
$curl = new Curl();
7-
$curl->get('https://domainr.com/api/json/search', array(
7+
$curl->get('https://api.domainr.com/v1/search', array(
88
'client_id' => 'php_curl_class',
99
'q' => 'example',
1010
));

0 commit comments

Comments
 (0)