Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 882 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 882 Bytes

Vectorize Clients

This repository contains source and test code for Vectorize clients in different languages.

The clients are generated automatically using OpenAPI generator, starting from the OpenAPI specification in the vectorize_api.json file that is downloaded from the Vectorize Platform endpoint.

How to

Generate and release clients

To generate a client, run the following command:

npm install

npm run generate:ts
npm run generate:python

To release a client, run the following command:

npm install

npm run release:ts
npm run release:python