https://github.com/ivanvs/rentals-united-client
Typescript client for Rentals United SOAP API
https://github.com/ivanvs/rentals-united-client
Last synced: 2 days ago
JSON representation
Typescript client for Rentals United SOAP API
- Host: GitHub
- URL: https://github.com/ivanvs/rentals-united-client
- Owner: ivanvs
- License: mit
- Created: 2022-12-03T14:53:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T23:32:17.000Z (over 3 years ago)
- Last Synced: 2025-02-26T22:08:08.213Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rentals-united-client
[](https://nodei.co/npm/rentals-united-client/)
[](https://www.npmjs.com/package/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**