0.1.8 • Published 4 months ago

sabre-legacy-client v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Sabre Node.js SDK

Node.js library for the Sabre API (SOAP).

Install

npm install sabre-legacy-client

Setup

First, you need to get an username, password and pcc which is available in the DEV STUDIO - Applications.

import { SabreLegacy } from 'sabre-legacy-client';
const sabre = new SabreLegacy({
  username: '773400', 
  password: 'PASSWORD_GOES_HERE',
  organization: '7TZA', // pcc
});

Documentation

See http://developer.sabre.com

License

MIT License

0.1.8

4 months ago

0.1.7

4 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago