Skip to content

Commit 67a6ca0

Browse files
algolia-botmillotp
andcommitted
chore: remove dead links (generated)
algolia/api-clients-automation#5472 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 674b353 commit 67a6ca0

File tree

743 files changed

+3479
-3340
lines changed

Some content is hidden

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

743 files changed

+3479
-3340
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h4 align="center">The perfect starting point to integrate <a href="https://algolia.com" target="_blank">Algolia</a> within your Scala project</h4>
77

88
<p align="center">
9-
<a href="https://maven-badges.herokuapp.com/maven-central/com.algolia/algoliasearch-scala_2.13/"><img src="https://img.shields.io/maven-central/v/com.algolia/algoliasearch-scala_2.13" alt="Maven Central"></img></a>
9+
<a href="https://central.sonatype.com/artifact/com.algolia/algoliasearch-scala_2.13"><img src="https://img.shields.io/maven-central/v/com.algolia/algoliasearch-scala_2.13" alt="Maven Central"></img></a>
1010
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence"></img></a>
1111
</p>
1212
</p>
@@ -16,7 +16,6 @@
1616
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
1717
<a href="https://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
1818
<a href="https://github.com/algolia/algoliasearch-client-scala/issues" target="_blank">Report a bug</a> •
19-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/scala/" target="_blank">FAQ</a> •
2019
<a href="https://alg.li/support" target="_blank">Support</a>
2120
</p>
2221

@@ -120,7 +119,7 @@ For full documentation, visit the **[Algolia Scala API Client](https://www.algol
120119

121120
## ❓ Troubleshooting
122121

123-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/scala/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
122+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://support.algolia.com/hc/sections/15061037630609-API-Client-FAQs) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
124123

125124
## Contributing
126125

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* headers: - `x-algolia-application-id`. Your Algolia application ID. - `x-algolia-api-key`. An API key with the
88
* necessary permissions to make the request. The required access control list (ACL) to make a request is listed in
99
* each endpoint's reference. You can find your application ID and API key in the [Algolia
10-
* dashboard](https://dashboard.algolia.com/account). ## Rate limits You can make up to **100 requests per minute per
11-
* app** to the A/B testing API. The response includes headers with information about the limits. ## Parameters Query
12-
* parameters must be [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII
13-
* characters must be UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The
14-
* A/B testing API returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order
15-
* of attributes in the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status.
16-
* Server errors are indicated by a `5xx` status. Error responses have a `message` property with more information. ##
17-
* Version The current version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
10+
* dashboard](https://dashboard.algolia.com/account/api-keys). ## Rate limits You can make up to **100 requests per
11+
* minute per app** to the A/B testing API. The response includes headers with information about the limits. ##
12+
* Parameters Query parameters must be
13+
* [URL-encoded](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding). Non-ASCII characters must be
14+
* UTF-8 encoded. Plus characters (`+`) are interpreted as spaces. ## Response status and errors The A/B testing API
15+
* returns JSON responses. Since JSON doesn't guarantee any specific ordering, don't rely on the order of attributes in
16+
* the API response. Successful responses return a `2xx` status. Client errors return a `4xx` status. Server errors are
17+
* indicated by a `5xx` status. Error responses have a `message` property with more information. ## Version The current
18+
* version of the A/B Testing API is version 2, as indicated by the `/2/` in each endpoint's URL.
1819
*
1920
* The version of the OpenAPI document: 2.0.0
2021
*

0 commit comments

Comments
 (0)