Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Martina Kellnerová edited this page Feb 26, 2018 · 3 revisions

Tours module provides an interface for searching tours, fetching lists of tours.

See tours module api-doc.

SDK provides access to GetYourGuide tours and Viator tours. Both providers allow different filtering, so does the SDK. However, we unified the return type to Tour.

GetYourGuide tours may be retrieved by getToursGetYourGuide() and filtered by ToursGetYourGuideQuery.

Viator torus may be retrieved by getToursViator() and filtered by ToursViatorQuery.

Clone this wiki locally