Skip to content

Commit 26c3142

Browse files
algolia-botkai687
andcommitted
fix(specs): analytics base url correction (generated)
algolia/api-clients-automation#5059 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent f5b8f2b commit 26c3142

File tree

82 files changed

+574
-656
lines changed

Some content is hidden

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

82 files changed

+574
-656
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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-
* \- `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
7-
* plans](https://www.algolia.com/pricing). To authenticate your API requests, add these headers: -
8-
* `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the necessary
9-
* permissions to make the request. The required access control list (ACL) to make a request is listed in each
10-
* endpoint's reference. You can find your application ID and API key in the [Algolia
3+
* \- `https://analytics.de.algolia.com` - `https://analytics.algolia.com` (alias of `analytics.us.algolia.com`) Use
4+
* the URL that matches your [analytics region](https://dashboard.algolia.com/account/infrastructure/analytics). **All
5+
* requests must use HTTPS.** ## Availability and authentication Access to the A/B testing API is available as part of
6+
* the [Premium or Elevate plans](https://www.algolia.com/pricing). To authenticate your API requests, add these
7+
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
8+
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
9+
* each endpoint's reference. You can find your application ID and API key in the [Algolia
1110
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
1211
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
1312
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII

0 commit comments

Comments
 (0)