-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for the GetGuru API (#1423)
* Add support for the GetGuru API * changed provider name --------- Co-authored-by: Bastien Beurier <bastienbeurier@gmail.com> Co-authored-by: Thomas Bonnin <233326+TBonnin@users.noreply.github.com>
- Loading branch information
1 parent
634f6a0
commit 0d6b27e
Showing
5 changed files
with
40 additions
and
1 deletion.
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: Guru | ||
sidebarTitle: Guru | ||
--- | ||
|
||
API configuration: [`guru`](https://nango.dev/providers.yaml) | ||
|
||
## Features | ||
|
||
| Feature | Status | | ||
| -------------------------------------------------------------------------------- | ------------------------------- | | ||
| [Auth (Basic)](/guides/api-key) | ✅ | | ||
| [Syncs](/guides/sync) & [Actions](/guides/action) | 🚫 | | ||
| [Nango Proxy](/guides/proxy) | ✅ | | ||
| Auto-pagination | 🚫 (time to contribute: <1h) | | ||
| API-specific rate limits | 🚫 (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 | ||
|
||
- [Where can I find my API key?](https://help.getguru.com/articles/cj9Rrj7i/How-to-obtain-your-API-Credentials) | ||
- [Guru API Docs](https://developer.getguru.com/reference/authentication) | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## API gotchas | ||
|
||
- For Basic Auth, Guru uses USER or COLLECTION ID as the username and either User token Collection token as the password. | ||
|
||
|
||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/getguru.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.