Skip to content

Commit 80b68e3

Browse files
Small patch to Connect docs
1 parent e8789b8 commit 80b68e3

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

docs-v2/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 20.9.0
1+
nodejs 20.13.1
22
pnpm 9.14.2

docs-v2/pages/connect/api.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,12 @@ External User IDs are limited to 250 characters.
147147
| API Endpoint | Rate Limit |
148148
|----------------------------|------------------------------------------------------|
149149
| `POST /token` | 100 requests per minute per `external_user_id` |
150-
| `GET /accounts`| 100 requests per minute per project <br /><br />The sum of requests across all `*/accounts/*` endpoints must not exceed 100 requests per minute. This includes requests to,<br />• `/accounts`<br />• `/apps/:app_id/accounts`<br />• `/accounts/:account_id` |
151-
| `/components`| 300 requests per minute per project <br /><br />The sum of requests across all `/components/*` endpoints must not exceed 300 requests per minute. This includes requests to,<br />• `/components`<br />• `/actions`<br />• `/triggers` |
152-
| `/proxy` | 100 requests per minute per project |
150+
| `/accounts/*` | 100 requests per minute per project |
151+
| `POST /components/*` | 100 requests per minute per project* |
152+
| `GET /components/*` | 3000 requests per 5 minutes per project* |
153+
| `/proxy` | 1000 requests per 5 minutes per project |
154+
155+
\* This includes requests to, `/components`, `/actions`, `/triggers`.
153156

154157
If you need higher rate limits, please [reach out](https://pipedream.com/support).
155158

docs-v2/pages/connect/components/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ and our community and their source code is available in our [public Github repo]
1515

1616
## Implementation
1717

18-
### Use Pipedream's frontend SDK
19-
- Pipedream provides a frontend React SDK to enable your users to configure and run triggers and actions in your app's UI
20-
- Style the UI components however you want to match the design of your app, and you can also fork the SDK
21-
- Refer to the [SDK](https://github.com/PipedreamHQ/pipedream/blob/master/packages/connect-react/README.md) to get started
22-
2318
<Callout type="info">
24-
Check out the [public demo app](https://pipedream.com/connect/demo) to see the API and SDK in action. You can also [run it locally and explore the code](https://github.com/PipedreamHQ/pipedream-connect-examples/tree/master/connect-react-demo).
19+
Check out the [SDK playground](https://pipedream.com/connect/demo) to see the SDK in action. You can also [run it locally and explore the code](https://github.com/PipedreamHQ/pipedream-connect-examples/tree/master/connect-react-demo).
2520
</Callout>
2621

27-
### Use your own frontend
28-
- See below to get started with the REST API
29-
- Refer to the [full API reference](/connect/api/#components) for supported SDK methods as well
22+
### Use Pipedream's server SDK with your own frontend
23+
- See below to get started with Pipedream's server SDK or REST API
24+
- Refer to the [full API reference](/connect/api/#components) for additional info
25+
26+
### Use Pipedream's frontend React SDK
27+
- Pipedream provides a frontend React SDK to enable your users to configure and run triggers and actions in your app's UI
28+
- Style the UI components however you want to match the design of your app, and you can also fork the SDK
29+
- Refer to the [SDK](https://github.com/PipedreamHQ/pipedream/blob/master/packages/connect-react/README.md) to get started
3030

3131
## Getting started
3232

0 commit comments

Comments
 (0)