0.0.5 • Published 1 year ago

rentals-united-client v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

rentals-united-client

NPM rentals-united-client on npm License

RENTALS UNITED

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

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago