You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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`.
153
156
154
157
If you need higher rate limits, please [reach out](https://pipedream.com/support).
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/components/index.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ and our community and their source code is available in our [public Github repo]
15
15
16
16
## Implementation
17
17
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
-
23
18
<Callouttype="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).
25
20
</Callout>
26
21
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
0 commit comments