We can create JSON-RPC like extension and use Aiki API to call the service.
(script( $aiki->Utils->jsonRpc(Class); )script) or (script( $aiki->Rpc->json(Class); )script) and if in assets/json-rpc is a file Class.php it will load that file and call function handle_json_rpc over class from that file. We can do the same with XML RPC. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/735661 Title: JSON-RPC support is needed Status in Aiki Framework: Triaged Bug description: There sould be implementation for aiki functionality via JSON-RPC or implementation that allow users to create one using widgets. I found the in this file /assets/javascript/plupload/upload.php embedded json-rpc this can be done automatically. If you need json-rpc implementation here is mine https://github.com/jcubic/jquery.terminal/raw/master/examples/json- rpc.php To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/735661/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp