This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Example of Json-RPC API for Simagis Live Server, learn more about Json-RPC at http://json-rpc.org/ | |
| // Json-RPC Library for JavaScript http://github.com/gimmi/jsonrpcjs/ | |
| // | |
| // 1. Create Json-RPC Object | |
| var rpc = new jsonrpc.JsonRpc('http://host.simagis.com/live-json-rpc/api'); | |
| var workspace = 'vk'; | |
| var projectId = '053e8d4d-ebfc-488a-bc2c-c826e41fe43d'; | |
| projectId = prompt('Enter Project ID', projectId ); |
NewerOlder