Skip to content

wiistriker/Titanium-JSONRPC-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

No packages published