Skip to content

Commit c83c189

Browse files
committed
Generated the release version of the client
1 parent db7832d commit c83c189

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/target/
22
**/*.rs.bk
33
Cargo.lock
4-
.project

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Manticore Rust client
22

3-
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-rust/tree/1.0.0
43

54

65
Сlient for Manticore Search.
76

87

98
For more information, please visit [https://manticoresearch.com/contact-us/](https://manticoresearch.com/contact-us/)
109

11-
## Compatibility table
10+
## Overview
1211

13-
| **manticoresearch-rust* | **Manticore Search** | **Compatibility** |
14-
| ------------------------| ----------------------------------- | ------------------------|
15-
| `manticoresearch-dev` | `dev` (latest development version) | ✅ Fully Compatible |
16-
| 1.0.0 or newer | 9.2.14 or newer | ✅ Fully Compatible |
12+
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
13+
14+
- API version: 5.0.0
15+
- Package version: 1.0.0
16+
- Generator version: 7.3.0-SNAPSHOT
17+
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
1718

1819
## Installation
1920

@@ -92,6 +93,7 @@ To get access to the crate's generated documentation, use:
9293
cargo doc --open
9394
```
9495

96+
9597
## Getting started
9698

9799
```rust

tests/index_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::sync::Arc;
22
use tokio;
33
use manticoresearch::{
44
apis::{configuration::Configuration, UtilsApi, UtilsApiClient, IndexApi, IndexApiClient},
5-
models::InsertDocumentRequest, models::SqlResponse,
5+
models::InsertDocumentRequest,
66
};
77
use std::collections::HashMap;
88

0 commit comments

Comments
 (0)