Interface
JSON-RPC
Entry point: http://engine.qik.com/api/jsonrpc
Example:
Request:
Response:
Method
qik.hello
Test method, return 'Hello' + param.
Synopsis: qik.hello(param)
Input:
Param
|
Type
|
Description
|
param
|
str |
Input Parameter |
Return:
Type
|
Description
|
str
|
helloed param |
Example: >>> qik.hello(' world!') 'Hello world!'
Comments (0)
You don't have permission to comment on this page.