-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add exact online * Create exact-online.mdx new file * Update exact-online.mdx fix doc * Update mint.json add to list * Update providers.yaml Add token_expiration_buffer --------- Co-authored-by: Bastien Beurier <[email protected]>
- Loading branch information
1 parent
2a4e455
commit 16902e4
Showing
3 changed files
with
44 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,31 @@ | ||
--- | ||
title: Exact Online | ||
sidebarTitle: Exact Online | ||
--- | ||
|
||
API Configuration: [`exact-online`](https://nango.dev/providers.yaml) | ||
|
||
## Features | ||
|
||
| Feature | Status | | ||
| -------------------------------------------------------------------------------- | ------------------------------- | | ||
| [Auth (OAuth)](/guides/oauth) | ✅ | | ||
| [Sync](/guides/sync) | 🚫 (time to contribute: <1h) | | ||
| [Nango Proxy](/guides/proxy) | 🚫 (time to contribute: <1h) | | ||
| [Auto-pagination](/nango-sync/configuration#auto-pagination) | 🚫 (time to contribute: <1h) | | ||
| [API-specific rate limits](/nango-sync/configuration#rate-limits-retry-policies) | 🚫 (time to contribute: <1h) | | ||
|
||
<Tip>We can implement missing features in <48h, just ask for it in the [community](https://nango.dev/slack).</Tip> | ||
## Getting started | ||
|
||
- Register your app on the [Dev Portal](https://apps.exactonline.com/) | ||
- Nango implements the [Auth Web APIs mentioned here](https://support.exactonline.com/community/s/knowledge-base#All-All-DNO-Content-gettingstarted) (specifically, it implements the `authorization code` flow). | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## API gotchas | ||
|
||
- Access Token refreshes are only possible in the last 30 seconds of the last one being valid, or of course when there is no valid Access Token anymore. | ||
- Access Tokens stay valid for only 10 minutes. | ||
|
||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/exact-online.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