forked from NangoHQ/nango
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integration): add support for podium (NangoHQ#2601)
## Describe your changes - Add support for podium ## Issue ticket number and link [EXT-119](https://linear.app/nango/issue/EXT-119/add-support-for-podium-api)
- Loading branch information
1 parent
5decad6
commit 67e67bd
Showing
9 changed files
with
66 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: Podium | ||
sidebarTitle: Podium | ||
--- | ||
|
||
API configuration: [`podium`](https://nango.dev/providers.yaml) | ||
|
||
## Features | ||
|
||
| Features | Status | | ||
| - | - | | ||
| [Auth (OAuth)](/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 | ||
|
||
- [How to Register an Application](https://docs.podium.com/docs/oauth#create-your-app) | ||
- [OAuth related docs](https://docs.podium.com/docs/oauth) | ||
- [List of OAuth Scopes](https://docs.podium.com/docs/oauth-scopes) | ||
- [Podium API docs](https://docs.podium.com/reference) | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## API gotchas | ||
- When creating a new connection in Nango, you will also have to provide your `apiVersion` for compatibility. For more details, please check [Podium API versioning](https://docs.podium.com/docs/api-version) | ||
- Podium enforces a rate limit of 300 requests per minute on most of its routes, with some exceptions. | ||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/podium.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
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.
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