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
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/api.mdx
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
importCalloutfrom'@/components/Callout'
2
2
import { Tabs } from'nextra/components'
3
3
4
-
# Connect API & SDK Reference
4
+
# Connect API & SDK reference
5
5
6
6
Pipedream provides a TypeScript SDK and a REST API to interact with the Connect service. You'll find examples using the SDK and the REST API in multiple languages below.
7
7
8
-
## REST API Base URL
8
+
## REST API base URL
9
9
10
10
Pipedream Connect resources are scoped to [projects](/projects), so you'll need to pass [the project's ID](/projects#finding-your-projects-id) as a part of the base URL:
11
11
@@ -43,7 +43,7 @@ or a specific version:
43
43
44
44
See the [REST API Authentication docs](/rest-api/auth).
45
45
46
-
### TypeScript SDK (Server)
46
+
### TypeScript SDK (server)
47
47
48
48
Most of your interactions with the Connect API will happen on the server, to protect API requests and user credentials. You'll use the SDK in [your frontend](#typescript-sdk-browser) to let users connect accounts. Once connected, you'll use the SDK on the server to retrieve credentials, invoke workflows on their behalf, and more.
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/use-cases.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Pipedream Connect Use Cases
1
+
# Pipedream Connect use cases
2
2
3
3
Developers use Pipedream Connect to build customer-facing API integrations into their products. It lets you build [in-app messaging](#in-app-messaging), [CRM syncs](#crm-syncs), [AI-driven products](#ai-products), and much more, all in a few minutes.
4
4
5
5
## Core value to app developers
6
6
7
-
In 20 years of building software, we've seen a common theme. No matter the product, your customers end up needing to connect your app to third-party APIs.
7
+
In 20 years of building software, we've seen a common theme. No matter the product, your customers end up needing to connect your app to third-party APIs.
8
8
9
9
You might build real-time notifications with messaging apps, export customer data to databases or spreadsheets, ingest data from CRMs, or connect to any of the thousands of APIs and SaaS services your customers are using. These features are often tied to large contracts and Enterprise customers.
10
10
@@ -38,4 +38,4 @@ Sync data between your app and Google Sheets, Airtable, or any spreadsheet. Pipe
38
38
39
39
### And much more
40
40
41
-
Building an app with Pipedream and want to be profiled here (anonymously or otherwise)? Email <code>[email protected]</code> to let us know!
41
+
Building an app with Pipedream and want to be profiled here (anonymously or otherwise)? Email <code>[email protected]</code> to let us know!
0 commit comments