0.1.8 • Published 5 months ago

sabre-legacy-client v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 months ago

0.1.7

5 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago