Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.5
Description
We need to create a web service php template to explain how to write a create/update_MODULE() web service functions.
Each of the mod_MODULE_create_MODULE() / create_MODULE_params/returns will have quite some piece of code in common. We need to find out what methods we can add to the external library (lib/externallib.php) to help developer to create these functions. Then the developer will concentrate only on the module specific fields. Finally we need some php template for "web service module" quick start.