Skip to main content

Installation

Install a library to simplify access to Tour data.

Official Clients:

npm i @rezkit/tours

Configuration

You'll need an API Key for each Organization you want to access Tour Manager data for.

import TourManager from '@rezkit/tours';

const client = new TourManager({ api_key: YOUR_API_KEY });