Skip to content

Coggle/kashflow-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kashflow API

Wrapper around the Kashflow SOAP API to make it more node-like

Usage

var Kashflow = require('kashflow-api');
Kashflow.login = { UserName: process.env.KASHFLOW_USERNAME, Password: process.env.KASHFLOW_PASSWORD };

Kashflow.client(function(err, client) {
    client.GetCustomers({
    }, function(err, result){
        console.log(err, result);
    });
});

About

Wrapper around the Kashflow SOAP API to make it more node-like

Resources

License

Stars

Watchers

Forks

Packages

No packages published