Derrick Johnson
Posts: 0
Joined: Tue Jun 19, 2012 12:30 pm

JSON RPC

How can I implement JSON RPC.

POST /miniapi HTTP/1.1
Host: apps.everbread.com
Content-length: [length of json content]
Content-type: application/json
Accept-Encoding: gzip
Connection: Keep-Alive
{"jsonrpc": "2.0", "id": "1", "method": "search", "params": [Request] }

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

JSON RPC

Create a REST service
Set Method to POST
Then define the request parameters.

http://help.tiggzi.com/documentation/...

Return to “Issues”