0.1.8 • Published 11 months ago

sabre-legacy-client v0.1.8

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

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago