Skip to content

Commit 8d4f9af

Browse files
committed
Fixed the Readme template, regenerated the client
1 parent 785a0e7 commit 8d4f9af

21 files changed

+22
-24
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0-SNAPSHOT
1+
6.2.1-SNAPSHOT

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Low-level client for Manticore Search.
44

55

6-
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-javascript/tree/3.2.0
7-
86
## Requirements
97

108
Node v8.
@@ -37,7 +35,7 @@ Please follow the [installation](#installation) instruction and execute the foll
3735

3836
```javascript
3937
var Manticoresearch = require('manticoresearch');
40-
var client = Manticoresearch.ApiClient();
38+
var client = new Manticoresearch.ApiClient();
4139
client.basePath="http://localhost:9308";
4240
/*
4341
If a custom http agent is needed, e.g., to enable keep-alive connections, the 'requestAgent' option can be set to override 'superagent' agent instance used by default:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manticoresearch",
3-
"version": "3.1.0",
3+
"version": "3.2.1",
44
"description": "Javascript client for Manticore Search",
55
"license": "MIT",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* @module ApiClient
27-
* @version 3.0.0
27+
* @version 3.2.1
2828
*/
2929

3030
/**

src/api/IndexApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Index service.
2727
* @module api/IndexApi
28-
* @version 3.2.0
28+
* @version 3.2.1
2929
*/
3030

3131
/**

src/api/SearchApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Search service.
2727
* @module api/SearchApi
28-
* @version 3.2.0
28+
* @version 3.2.1
2929
*/
3030

3131
/**

src/api/UtilsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Utils service.
2727
* @module api/UtilsApi
28-
* @version 3.2.0
28+
* @version 3.2.1
2929
*/
3030

3131
/**

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'use strict';
1818

1919
/**
20-
* Low_level_client_for_Manticore_Search_.<br>
20+
* Low-level client for Manticore Search. .<br>
2121
* The <code>index</code> module provides access to constructors for all the classes which comprise the public API.
2222
* <p>
2323
* An AMD (recommended!) or CommonJS application will generally do something equivalent to the following:
@@ -45,7 +45,7 @@
4545
* </pre>
4646
* </p>
4747
* @module index
48-
* @version 3.2.0
48+
* @version 3.2.1
4949
*/
5050
var exports = {
5151
/**

src/model/BulkResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* The BulkResponse model module.
2929
* @module model/BulkResponse
30-
* @version 3.2.0
30+
* @version 3.2.1
3131
*/
3232

3333
/**

src/model/DeleteDocumentRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* The DeleteDocumentRequest model module.
2929
* @module model/DeleteDocumentRequest
30-
* @version 3.2.0
30+
* @version 3.2.1
3131
*/
3232

3333
/**

0 commit comments

Comments
 (0)