Skip to content

Commit e3476e6

Browse files
committed
add getting started
1 parent e5a59a6 commit e3476e6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ This repository contains source and test code for Vectorize clients in different
33

44
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](https://platform.vectorize.io/api/openapi).
55

6-
## Generate clients
6+
## Getting started
7+
- [Python](./src/python/README.md)
8+
- [TypeScript](./src/ts/README.md)
9+
10+
11+
## Generate and release clients
712
To generate a client, run the following command:
813

914
```bash
@@ -13,7 +18,6 @@ npm run generate:ts
1318
npm run generate:python
1419
```
1520

16-
## Release clients
1721
To release a client, run the following command:
1822

1923
```bash
@@ -24,3 +28,4 @@ npm run release:python
2428
```
2529

2630

31+

0 commit comments

Comments
 (0)