yanx

0.1.0 • Public • Published

Yet Another Node.JS XML-RPC Client

This is yet another client XML-RPC library for Node.JS. It uses http-basic-auth module so it can talk to XML-RPC servers which require basic access authentication.

Installation

npm install yanx

Usage

var yanx = require('yanx');
var client = yanx.createClient(port, host, [secure], [credentials], [basic_auth]);
var request = client.request('/xmlhandler', 'Class.method', {
    data: '123',
    ...
});
request.on('success', function(data) {
    console.log(data);
});

Contributing

  1. Email me

Readme

Keywords

none

Package Sidebar

Install

npm i yanx

Weekly Downloads

5

Version

0.1.0

License

none

Last publish

Collaborators

  • tomas.heran