Skip to content

Commit

Permalink
feat(integrations): add API rate limiting to Front (#3101)
Browse files Browse the repository at this point in the history
<!-- Describe the problem and your solution --> 
Add rate limiting to both the documentation and the `providers.yaml`. 
<!-- Issue ticket number and link (if applicable) -->

<!-- Testing instructions (skip if just adding/editing providers) -->

---------

Co-authored-by: Hassan Wari <[email protected]>
  • Loading branch information
hassan254-prog and Hassan Wari authored Dec 4, 2024
1 parent 95029f0 commit 7ecb841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs-v2/integrations/all/front.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ API configuration: [`front`](https://nango.dev/providers.yaml)

- [How to register an Application](https://dev.frontapp.com/docs/create-and-manage-apps#obtain-oauth-credentials-for-your-app)
- [OAuth-related docs](https://dev.frontapp.com/docs/oauth)
- [API rate limiting](https://dev.frontapp.com/docs/rate-limiting)
- [API](https://dev.frontapp.com/reference/introduction)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2554,6 +2554,8 @@ front:
token_url: https://app.frontapp.com/oauth/token
proxy:
base_url: https://api2.frontapp.com
retry:
after: 'Retry-after'
paginate:
type: link
response_path: _results
Expand Down

0 comments on commit 7ecb841

Please sign in to comment.