Skip to content

Commit 743ab6f

Browse files
committed
Update to new v1 endpoint
We're moving to a versioned API endpoint. Thanks!
1 parent 7ff5aed commit 743ab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/domainr_search_domain_name_availability.php

+1-1
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)