This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from SevenRooms Reservations API
- Extracts the following resources:
- Outputs the schema for each resource
- Incrementally pulls data based on the input state
API login is performed via ID and SECRET if no API token is found.
{
"base_url: string,
"client_id": string,
"client_secret": string,
"venue_group_id": string,
"start_date": string (YYYY-MM-DD),
}
Copyright © 2018 Stitch