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: README.md
+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
@@ -3,7 +3,7 @@
3
3
<h1>@prismatic-io/spectral</h1>
4
4
</div>
5
5
6
-
This monorepo contains packages to build custom Prismatic connectors and code-native integrations using TypeScript.
6
+
This monorepo contains packages to build custom Prismatic connectors and code-first integrations using TypeScript.
7
7
8
8
## Building Locally
9
9
@@ -13,13 +13,13 @@ Run `bun install` to install node dependencies, `mise run build` to build all wo
13
13
14
14
## What is Prismatic?
15
15
16
-
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-native building options, deployment and management tooling, and self-serve customer tools.
16
+
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-first building options, deployment and management tooling, and self-serve customer tools.
17
17
18
18
Prismatic's unparalleled versatility lets teams deliver any integration from simple to complex in one powerful platform. SaaS companies worldwide, from startups to Fortune 500s, trust Prismatic to help connect their products to the other products their customers use.
19
19
20
20
With Prismatic, you can:
21
21
22
-
- Build [integrations](https://prismatic.io/docs/integrations/) using our [intuitive low-code designer](https://prismatic.io/docs/integrations/low-code-integration-designer/) or [code-native](https://prismatic.io/docs/integrations/code-native/) approach in your preferred IDE
22
+
- Build [integrations](https://prismatic.io/docs/integrations/) using our [intuitive low-code designer](https://prismatic.io/docs/integrations/low-code-integration-designer/) or [code-first](https://prismatic.io/docs/integrations/code-native/) approach in your preferred IDE
23
23
- Leverage pre-built [connectors](https://prismatic.io/docs/components/) for common integration tasks, or develop custom connectors using our TypeScript SDK
24
24
- Embed a native [integration marketplace](https://prismatic.io/docs/embed/) in your product for customer self-service
25
25
- Configure and deploy customer-specific integration instances with powerful configuration tools
Copy file name to clipboardExpand all lines: packages/eslint-config-spectral/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ Note that you do not need to install the plugin packages as peer dependencies as
26
26
27
27
## What is Prismatic?
28
28
29
-
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-native building options, deployment and management tooling, and self-serve customer tools.
29
+
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-first building options, deployment and management tooling, and self-serve customer tools.
30
30
31
31
Prismatic's unparalleled versatility lets teams deliver any integration from simple to complex in one powerful platform. SaaS companies worldwide, from startups to Fortune 500s, trust Prismatic to help connect their products to the other products their customers use.
32
32
33
33
With Prismatic, you can:
34
34
35
-
- Build [integrations](https://prismatic.io/docs/integrations/) using our [intuitive low-code designer](https://prismatic.io/docs/integrations/low-code-integration-designer/) or [code-native](https://prismatic.io/docs/integrations/code-native/) approach in your preferred IDE
35
+
- Build [integrations](https://prismatic.io/docs/integrations/) using our [intuitive low-code designer](https://prismatic.io/docs/integrations/low-code-integration-designer/) or [code-first](https://prismatic.io/docs/integrations/code-native/) approach in your preferred IDE
36
36
- Leverage pre-built [connectors](https://prismatic.io/docs/components/) for common integration tasks, or develop custom connectors using our TypeScript SDK
37
37
- Embed a native [integration marketplace](https://prismatic.io/docs/embed/) in your product for customer self-service
38
38
- Configure and deploy customer-specific integration instances with powerful configuration tools
Copy file name to clipboardExpand all lines: packages/spectral/README.md
+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
@@ -3,7 +3,7 @@
3
3
<h1>@prismatic-io/spectral</h1>
4
4
</div>
5
5
6
-
This repository contains code for Prismatic's TypeScript library, `spectral`, which is used to build custom Prismatic connectors and code-native integrations.
6
+
This repository contains code for Prismatic's TypeScript library, `spectral`, which is used to build custom Prismatic connectors and code-first integrations.
7
7
8
8
## Using Spectral
9
9
@@ -17,13 +17,13 @@ Please see our [documentation](https://prismatic.io/docs/custom-connectors/) on
17
17
18
18
## What is Prismatic?
19
19
20
-
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-native building options, deployment and management tooling, and self-serve customer tools.
20
+
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-first building options, deployment and management tooling, and self-serve customer tools.
21
21
22
22
Prismatic's unparalleled versatility lets teams deliver any integration from simple to complex in one powerful platform. SaaS companies worldwide, from startups to Fortune 500s, trust Prismatic to help connect their products to the other products their customers use.
23
23
24
24
With Prismatic, you can:
25
25
26
-
- Build [integrations](https://prismatic.io/docs/integrations/) using our [intuitive low-code designer](https://prismatic.io/docs/integrations/low-code-integration-designer/) or [code-native](https://prismatic.io/docs/integrations/code-native/) approach in your preferred IDE
26
+
- Build [integrations](https://prismatic.io/docs/integrations/) using our [intuitive low-code designer](https://prismatic.io/docs/integrations/low-code-integration-designer/) or [code-first](https://prismatic.io/docs/integrations/code-native/) approach in your preferred IDE
27
27
- Leverage pre-built [connectors](https://prismatic.io/docs/components/) for common integration tasks, or develop custom connectors using our TypeScript SDK
28
28
- Embed a native [integration marketplace](https://prismatic.io/docs/embed/) in your product for customer self-service
29
29
- Configure and deploy customer-specific integration instances with powerful configuration tools
* This function creates a data source-backed config variable for code-native
329
+
* This function creates a data source-backed config variable for code-first
330
330
* integrations.
331
331
*
332
332
* @param definition A Data Source Config Var type object.
333
333
* @returns This function returns a data source config var object that has the shape the Prismatic API expects.
334
-
* @see {@link https://prismatic.io/docs/integrations/code-native/config-wizard/#data-sources-is-code-native-integrations | Data Sources in Code-Native}
334
+
* @see {@link https://prismatic.io/docs/integrations/code-native/config-wizard/#data-sources-is-code-native-integrations | Data Sources in Code-First}
335
335
* @example
336
336
* import { dataSourceConfigVar } from "@prismatic-io/spectral";
* This function creates an OAuth 2.0 connection for a code-native integration or custom component.
937
+
* This function creates an OAuth 2.0 connection for a code-first integration or custom component.
938
938
* Supports both Authorization Code and Client Credentials grant types.
939
939
*
940
940
* @param definition An OAuth2ConnectionDefinition object that describes the type of a connection for a custom component action or trigger, and information on how it should be displayed in the Prismatic WebApp.
0 commit comments