mirror of
https://github.com/pierre42100/comunic
synced 2025-07-13 13:28:14 +00:00
First commit
This commit is contained in:
18
inc/functions/api.php
Normal file
18
inc/functions/api.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?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){
|
||||
|
||||
}
|
Reference in New Issue
Block a user