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: clients/algoliasearch-client-ruby/lib/algolia/api/abtesting_client.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/analytics_client.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/ingestion_client.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/insights_client.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/monitoring_client.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/personalization_client.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/query_suggestions_client.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-ruby/lib/algolia/api/recommend_client.rb
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# frozen_string_literal: true
2
+
1
3
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
# @param index_name [String] Name of the index on which to perform the operation. (required)
289
291
# @param model [RecommendModels] [Recommend model](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). (required)
290
-
# @param object_id [String] Unique record identifier. (required)
292
+
# @param algolia_object_id [String] Unique record identifier. (required)
291
293
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param index_name [String] Name of the index on which to perform the operation. (required)
334
336
# @param model [RecommendModels] [Recommend model](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). (required)
335
-
# @param object_id [String] Unique record identifier. (required)
337
+
# @param algolia_object_id [String] Unique record identifier. (required)
336
338
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param index_name [String] Name of the index on which to perform the operation. (required)
348
350
# @param model [RecommendModels] [Recommend model](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). (required)
349
-
# @param object_id [String] Unique record identifier. (required)
351
+
# @param algolia_object_id [String] Unique record identifier. (required)
350
352
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param index_name [String] Name of the index on which to perform the operation. (required)
393
395
# @param model [RecommendModels] [Recommend model](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). (required)
394
-
# @param object_id [String] Unique record identifier. (required)
396
+
# @param algolia_object_id [String] Unique record identifier. (required)
395
397
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
0 commit comments