Ajout du service Monitoring
This commit is contained in:
parent
f842647cf6
commit
5990a1b39a
6
library/WsScore/Monitoring/v0.1/CHANGELOG
Normal file
6
library/WsScore/Monitoring/v0.1/CHANGELOG
Normal file
@ -0,0 +1,6 @@
|
||||
getSurveillances
|
||||
|
||||
|
||||
getSurveillance
|
||||
|
||||
|
11
library/WsScore/Monitoring/v0.1/Service.php
Normal file
11
library/WsScore/Monitoring/v0.1/Service.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/Types.php';
|
||||
|
||||
class Monitoring extends Scores_Ws_Server
|
||||
{
|
||||
|
||||
protected function getSurveillances($source){}
|
||||
protected function getSurveillance($){}
|
||||
protected function getSurveillanceById(){}
|
||||
|
||||
}
|
1
library/WsScore/Monitoring/v0.1/Types.php
Normal file
1
library/WsScore/Monitoring/v0.1/Types.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user