add pwg.getInfos method in PWG API
git-svn-id: http://piwigo.org/svn/trunk@10017 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
dba1f4950f
commit
53dc1f5460
2 changed files with 70 additions and 0 deletions
3
ws.php
3
ws.php
|
|
@ -42,6 +42,9 @@ function ws_addDefaultMethods( $arr )
|
|||
$service = &$arr[0];
|
||||
$service->addMethod('pwg.getVersion', 'ws_getVersion', null,
|
||||
'retrieves the PWG version');
|
||||
|
||||
$service->addMethod('pwg.getInfos', 'ws_getInfos', null,
|
||||
'retrieves general informations');
|
||||
|
||||
$service->addMethod('pwg.caddie.add', 'ws_caddie_add',
|
||||
array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue