Skip to content

Commit 0580833

Browse files
authored
Update README.md
1 parent f3ba204 commit 0580833

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
# Vectorize Clients
2-
This repository contains source and test code for Vectorize clients in different languages.
32

4-
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).
3+
<p align="center">
4+
<a href="https://pypi.org/project/vectorize-client/">
5+
<img src="https://img.shields.io/pypi/v/vectorize-client?color=green&amp;label=Version" alt="PyPI">
6+
</a>
7+
<a href="https://pepy.tech/project/vectorize-client">
8+
<img src="https://img.shields.io/pypi/dw/vectorize-client?label=pypi" alt="Pypi">
9+
</a>
10+
<a href="https://pepy.tech/project/vectorize-client">
11+
<img src="https://img.shields.io/npm/dw/%40vectorize-io%2Fvectorize-client?label=NPM" alt="NPM">
12+
</a>
13+
</p>
14+
15+
This repository contains source and test code for **Vectorize** clients in different languages.
16+
17+
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](https://platform.vectorize.io/api/openapi).
18+
519

620
## How to
721
- Python
822
- [Getting started](./src/python/README.md)
9-
- [Docs](https://vectorize-io.github.io/vectorize-clients/python/)
23+
- [Official documentation](https://docs.vectorize.io/api/api-getting-started)
24+
- [Code Reference](https://vectorize-io.github.io/vectorize-clients/python/vectorize_client/api.html)
1025
- TypeScript
1126
- [Getting started](./src/ts/README.md)
12-
- [Docs](https://vectorize-io.github.io/vectorize-clients/ts/)
27+
- [Official documentation](https://docs.vectorize.io/api/api-getting-started)
28+
- [Code Reference](https://vectorize-io.github.io/vectorize-clients/ts/)
1329

1430

1531

0 commit comments

Comments
 (0)