0.1.3 • Published 4 months ago

@vectorize-io/vectorize-client v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Vectorize Client

Typescript Api Client for Vectorize For more information, please visit https://vectorize.io

Installation & Usage

npm install @vectorize-io/vectorize-client

Getting Started

Please follow the installation procedure and then run the following:

import {Configuration, PipelinesApi} from "@vectorize-io/vectorize-client";
const connectorsApi = new ConnectorsApi(new Configuration({
        accessToken: "token",
    }));
const pipelines = connectorsApi.getPipelines({
    organization: "your-org"
})
console.log(pipelines)

Documentation for API Endpoints

All URIs are relative to https://api.vectorize.io/v1

See the full reference for more information.

0.1.2

4 months ago

0.1.3

4 months ago

0.0.6

5 months ago

0.0.4

5 months ago