You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ The Algolia API clients are generated from [OpenAPI specs](https://swagger.io/sp
17
17
18
18
**Migration note from current API clients**
19
19
20
-
> In July 2022, we released an alpha version generated API clients for the JavaScript, Java and PHP languages. If you are using the latest stable of those clients and looking to upgrade, read the [migration guide](https://api-clients-automation.netlify.app/docs/clients/migration-guides/). You can still browse the documentation of the stable clients on [the Algolia documentation](https://www.algolia.com/doc/).
20
+
> In July 2022, we released an alpha version generated API clients for the JavaScript, Java and PHP languages. If you are using the latest stable of those clients and looking to upgrade, read the [migration guide](https://www.algolia.com/doc/libraries/). You can still browse the documentation of the stable clients on [the Algolia documentation](https://www.algolia.com/doc/).
21
21
22
22
## 💡 Getting Started with the clients
23
23
24
-
You can read `getting started` guides and how to use the API clients on [our documentation](https://api-clients-automation.netlify.app/docs/clients/installation).
24
+
You can read `getting started` guides and how to use the API clients on [our documentation](https://www.algolia.com/doc/libraries/).
25
25
26
26
## ✨ Contributing
27
27
28
-
> Looking to add a new client, or fix a bug? Make sure to take a look at [our contribution guides](https://api-clients-automation.netlify.app/docs/contributing/introduction).
28
+
> Looking to add a new client, or fix a bug? Make sure to take a look at [our contribution guides](https://api-clients-automation.netlify.app/docs/introduction).
29
29
30
30
### Setup repository tooling
31
31
@@ -41,31 +41,31 @@ nvm use && yarn
41
41
yarn docker:setup
42
42
```
43
43
44
-
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/contributing/setup-repository)
44
+
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/setup-repository)
45
45
46
46
### CLI
47
47
48
48
The CLI allows you to make changes locally and run commands through the docker container.
<ahref="https://github.com/algolia/algoliasearch-client-csharp/issues"target="_blank">Report a bug</a> •
@@ -98,7 +98,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
98
98
99
99
## Contributing
100
100
101
-
This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
101
+
This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
411
411
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
412
412
/// Finally, the temporary one replaces the existing index. (Synchronous version)
413
-
/// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
413
+
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
414
414
/// </summary>
415
415
/// <param name="indexName">The index in which to perform the request.</param>
416
416
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>
@@ -425,7 +425,7 @@ public ReplaceAllObjectsResponse ReplaceAllObjects<T>(string indexName, IEnumera
425
425
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
426
426
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
427
427
/// Finally, the temporary one replaces the existing index.
428
-
/// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
428
+
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
429
429
/// </summary>
430
430
/// <param name="indexName">The index in which to perform the request.</param>
431
431
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-dart/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
104
104
105
105
## Contributing
106
106
107
-
This repository hosts the code of the generated Algolia API client for Dart, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
107
+
This repository hosts the code of the generated Algolia API client for Dart, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-go/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
88
88
89
89
## Contributing
90
90
91
-
This repository hosts the code of the generated Algolia API client for Go, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
91
+
This repository hosts the code of the generated Algolia API client for Go, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-java/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
77
77
78
78
## Contributing
79
79
80
-
This repository hosts the code of the generated Algolia API client for Java, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
80
+
This repository hosts the code of the generated Algolia API client for Java, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/extensions/SearchClient.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ public suspend fun SearchClient.partialUpdateObjects(
397
397
* Internally, this method copies the existing index settings, synonyms and query rules and indexes all
398
398
* passed objects. Finally, the temporary one replaces the existing index.
399
399
*
400
-
* See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
400
+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
401
401
*
402
402
* @param indexName The index in which to perform the request.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-php/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
81
81
82
82
## Contributing
83
83
84
-
This repository hosts the code of the generated Algolia API client for PHP, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
84
+
This repository hosts the code of the generated Algolia API client for PHP, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-python/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
88
88
89
89
## Contributing
90
90
91
-
This repository hosts the code of the generated Algolia API client for Python, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
91
+
This repository hosts the code of the generated Algolia API client for Python, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
55
55
56
56
## Contributing
57
57
58
-
This repository hosts the code of the generated Algolia API client for Ruby, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
58
+
This repository hosts the code of the generated Algolia API client for Ruby, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-scala/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
124
124
125
125
## Contributing
126
126
127
-
This repository hosts the code of the generated Algolia API client for Scala, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
127
+
This repository hosts the code of the generated Algolia API client for Scala, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-swift/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
161
161
162
162
## Contributing
163
163
164
-
This repository hosts the code of the generated Algolia API client for Swift, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
164
+
This repository hosts the code of the generated Algolia API client for Swift, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
ReplaceAllObjects replaces all objects (records) in the given `indexName` with the given `objects`. A temporary index is created during this process in order to backup your data.
640
-
See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
640
+
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
641
641
642
642
@param indexName string - the index name to replace objects into.
643
643
@param objects []map[string]any - List of objects to replace.
Copy file name to clipboardExpand all lines: templates/javascript/clients/client/api/helpers.mustache
+1-1
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,7 @@ async partialUpdateObjects(
409
409
410
410
/**
411
411
* Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
412
-
* See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
412
+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
413
413
*
414
414
* @summary Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
415
415
* @param replaceAllObjects - The `replaceAllObjects` object.
0 commit comments