comunic/inc/functions/api.php
2016-11-19 12:08:12 +01:00

18 lines
379 B
PHP

<?php
/**
* API functions
*
* @author Pierre HUBERT
*/
/**
* Check API credentials
*
* @param String $serviceName The name of the service
* @param String $token The service's token
* @param String $bdd BDD object
* @return Boolean True or false / Depending of validity of credentials
*/
function API_checkCredentials($serviceName, $token, $bdd){
}