1
0
mirror of synced 2026-01-09 15:05:02 -05:00
Files
airbyte/docs/integrations/sources/waiteraid.md
Natalie Kwong 3476a81738 Updates to setup guides for APIs (#26870)
* Updates to API docs

* Updates from review

* resolve conflits

* Update Asana doc

* Revert Asana

* Add note on multiple projects
2023-06-05 18:04:41 -04:00

58 lines
2.2 KiB
Markdown

# Waiteraid
This page contains the setup guide and reference information for the Waiteraid source connector.
## Prerequisites
You can find or create authentication tokens within [Waiteraid](https://app.waiteraid.com/api-docs/index.html#auth_call).
## Setup guide
## Step 1: Set up the Waiteraid connector in Airbyte
### For Airbyte Cloud:
1. [Log into your Airbyte Cloud](https://cloud.airbyte.com/workspaces) account.
2. In the left navigation bar, click **Sources**. In the top-right corner, click **+new source**.
3. On the Set up the source page, enter the name for the Waiteraid connector and select **Waiteraid** from the Source type dropdown.
4. Enter your `auth_token` - Waiteraid Authentication Token.
5. Enter your `restaurant ID` - The Waiteraid ID of the Restaurant you wanto sync.
6. Click **Set up source**.
<!-- env:oss -->
### For Airbyte OSS:
1. Navigate to the Airbyte Open Source dashboard.
2. Set the name for your source.
3. Enter your `auth_token` - Waiteraid Authentication Token.
4. Enter your `restaurant ID` - The Waiteraid ID of the Restaurant you wanto sync.
5. Click **Set up source**.
## Supported sync modes
The Waiteraid source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
| Feature | Supported? |
| :---------------- | :--------- |
| Full Refresh Sync | Yes |
| Incremental Sync | No |
| SSL connection | No |
| Namespaces | No |
<!-- /env:oss -->
## Supported Streams
* [Bookings](https://app.waiteraid.com/api-docs/index.html#api_get_bookings)
## Data type map
| Integration Type | Airbyte Type |
| :------------------ | :----------- |
| `string` | `string` |
| `integer`, `number` | `number` |
| `array` | `array` |
| `object` | `object` |
## Changelog
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------|
| 0.1.0 | 2022-10-QQ | [QQQQ](https://github.com/airbytehq/airbyte/pull/QQQQ) | New Source: Waiteraid |