Skip to content

Commit b2adf71

Browse files
algolia-botkai687millotp
committed
fix(specs): note on Analytics API server (generated)
algolia/api-clients-automation#3650 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 509f56d commit b2adf71

File tree

79 files changed

+260
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+260
-181
lines changed

src/main/scala/algoliasearch/abtesting/ABTest.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/ABTestConfiguration.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/ABTestResponse.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/AbTestsVariant.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/AbTestsVariantSearchParams.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/AddABTestsRequest.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/AddABTestsVariant.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/Currency.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/CustomSearchParams.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/Effect.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/EmptySearch.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/EmptySearchFilter.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/ErrorBase.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

src/main/scala/algoliasearch/abtesting/FilterEffects.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/** A/B Testing API The Algolia A/B Testing API lets you manage your Algolia A/B tests to optimize your search
22
* experience. ## Base URLs The base URLs for requests to the A/B testing API are: - `https://analytics.us.algolia.com`
3-
* (alias: `https://analytics.algolia.com`) - `https://analytics.de.algolia.com` Use the URL that matches your
4-
* [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.**
5-
* ## Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (routes requests to the closest of the above
4+
* servers, based on your geographical location) Use the URL that matches your [analytics
5+
* region](https://dashboard.algolia.com/account/infrastructure/analytics). **All requests must use HTTPS.** ##
6+
* Availability and authentication Access to the A/B testing API is available as part of the [Premium or Elevate
67
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
78
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
89
* permissions to make the request. The required access control list (ACL) to make a request is listed in each

0 commit comments

Comments
 (0)