iRestServiceProvider
api
Implement this interface to add new operations to the REST/JSON web service
Tags
since | 2.0.1 |
---|
Public methods
ExecOperation
public
Enumerate services delivered by this class
public ExecOperation($sVersion, $sVerb, $aParams)
Parameters
types | name | default | description |
---|---|---|---|
string | $sVersion | The version (e.g. 1.0) supported by the services | |
string | $sVerb | ||
array | $aParams |
Returns
\RestResult The standardized result structure (at least a message)
ListOperations
public
Enumerate services delivered by this class
public ListOperations($sVersion)
Parameters
types | name | default | description |
---|---|---|---|
string | $sVersion | The version (e.g. 1.0) supported by the services |
Returns
array An array of hash 'verb' => verb, 'description' => description
3_0_0/customization/api/extensions/irestserviceprovider.txt
ยท Last modified: 2022/03/09 14:55 by 127.0.0.1