-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integrations): add support for booking.com
- Loading branch information
1 parent
83b033e
commit 8639c3a
Showing
5 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Booking.com | ||
sidebarTitle: Booking.com | ||
--- | ||
|
||
API configuration: [`booking-com`](https://nango.dev/providers.yaml) | ||
|
||
## Features | ||
|
||
| Features | Status | | ||
| - | - | | ||
| [Auth (Basic)](/integrate/guides/authorize-an-api) | ✅ | | ||
| [Sync data](/integrate/guides/sync-data-from-an-api) | ✅ | | ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅ | | ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) | ✅ | | ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: <48h) | | ||
|
||
<Tip>We can implement missing features in <48h, just ask for it in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## Getting started | ||
|
||
- [Booking.com API authentication](https://developers.booking.com/connectivity/docs/basic-authentication) | ||
- [Booking.com API rate limiting](https://developers.booking.com/connectivity/docs#rate-limiting) | ||
- [Booking.com API docs](https://developers.booking.com/connectivity/docs) | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## API gotchas | ||
|
||
- Booking.com uses `Basic` auth mode to access different endpoints. Use your [machine account username](https://developers.booking.com/connectivity/docs/glossary_of_terms#machine-account) as the `username` value and the password provided by Booking.com as the `password` value. | ||
|
||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/booking-com.mdx)</Note> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.