Quote:
|
Is it possible to extend the API using plugins?
|
No.
Quote:
|
I just want to add functions like sites_get_domain_by_domainname etc to check a site exists before creating it but obviously don't want to edit the core files.
|
No need to add a new function for that, you can esily do this with the current functions:
$domain_record = $client->sites_web_domain_get($session_id, array('domain' => 'mydomain.tld'));