Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

vectorize-io/vectorize-clients

Open more actions menu

Repository files navigation

Vectorize Clients

PyPI Pypi NPM

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 OpenAPI 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.