-
Notifications
You must be signed in to change notification settings - Fork 1
wiistriker/Titanium-JSONRPC-Client
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple JSON-RPC client for Titanium (appcelerator.com)
Can work in browser too
Usage:
var client = new JSONRPCClient('http://webservice.com/json-rpc/');
client.call('ns.method', {
params: [1, true],
success: function(result) {
//result handling
},
error: function(err) {
//error handling
}
});About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published