@@ -9,13 +9,13 @@ This repository provides a practical implementation of the Vectorize Connect SDK
99## Features
1010
1111- Integration examples with the Vectorize Connect SDK
12- - Google Drive connectivity demonstration
13- - White label connector implementation
1412- Interactive UI components for testing SDK functionality
13+ - Google Drive connectivity demonstration
14+
1515
1616## Prerequisites
1717
18- - Node.js (v16+)
18+ - Node.js
1919- npm or yarn
2020- A Vectorize account and API token
2121
@@ -70,34 +70,10 @@ yarn dev
7070
7171The demo application provides a user interface to test various features of the Vectorize Connect SDK. You can:
7272
73- - Connect to your Vectorize account
7473- Test Google Drive integrations
7574- Try out white label connector functionality
7675- Explore SDK methods and responses
7776
78- ## Example Code
79-
80- Here's a simple example of how the SDK is implemented in this demo:
81-
82- ``` jsx
83- import { VectorizeConnectClient } from ' @vectorize-io/vectorize-connect' ;
84-
85- // Initialize the client
86- const client = new VectorizeConnectClient ({
87- token: process .env .VECTORIZE_TOKEN ,
88- orgId: process .env .VECTORIZE_ORG
89- });
90-
91- // Example function to connect to Google Drive
92- async function connectGoogleDrive () {
93- const response = await client .connectors .google .authorize ();
94- // Handle the response
95- }
96- ```
97-
98- ## Contributing
99-
100- Contributions are welcome! Please feel free to submit a Pull Request.
10177
10278## License
10379
0 commit comments