rentals-united-client
v0.0.5
Published
Typescript client for Rentals United SOAP API
Downloads
7
Readme
rentals-united-client
Package for Rentals United SOAP API
Examples
Basic usage:
// Import to your project
const { RUClient } = require('rentals-united-client');
// create client
const client = new RUClient(RUUsername, RUPassword);
// Basic call to Rentals united
client.listLanguages().then(res => console.log(res))
.catch(err => console.log(err))
Rentals United documentation
https://developer.rentalsunited.com/#api-reference
Author: Ivan Vasiljevic