Try PBworks for yourself
View
 

Hello World

Page history last edited by MengKiat 2 years, 10 months ago


 


Interface

 

JSON-RPC

Entry point: http://engine.qik.com/api/jsonrpc

 

Example:

 

Request:

POST /api/jsonrpc
Host: engine.qik.com
Content-Type:   application/json; charset=UTF-8
Content-Length: 46

{"method": "qik.session.create", "params": []}

Response:

Content-Type: text/json

["a56c1603-1fbb-4140-8b35-8c36abbd8b27"]

 


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.