Skip to content

ecwyne/meteor-xmlrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-xmlrpc

XMLRPC functionality for Meteor

For full, original documentation click here

#Install

meteor add ecwyne:xmlrpc

#Use

var client = new Meteor.XmlRpcClient('https://{url_here}');
var options = ['api_key', 'other_options'];
var cb = function callback(){}
client.methodCall('Method_Name', options, cb);

About

XMLRPC functionality for Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published