Skip to content

Commit 71470e3

Browse files
authored
feat(js): group parameters (#46)
1 parent a4631a3 commit 71470e3

File tree

64 files changed

+5348
-1682
lines changed

Some content is hidden

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

64 files changed

+5348
-1682
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ module.exports = {
6666
// there's a conflict when declaring `type` and `namespaces`, even with `ignoreDeclarationMerge`
6767
'no-redeclare': 0,
6868
'@typescript-eslint/no-redeclare': 0,
69-
// Some endpoints have A LOT of parameters
70-
'max-params': 0,
7169

7270
'@typescript-eslint/no-unused-vars': 2,
7371
'unused-imports/no-unused-imports-ts': 2,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ yarn docker playground:java:search
118118

119119
# Troubleshooting
120120

121-
> `Error: The operation couldnt be completed. Unable to locate a Java Runtime.`
121+
> `Error: The operation couldn't be completed. Unable to locate a Java Runtime.`
122122
123123
Java is not located in your PATH, either source the right `.bash_profile`, `.zshrc`, etc. file or do the following command in this repository:
124124

clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/AddOrUpdateObjectResponse.java

Lines changed: 0 additions & 130 deletions
This file was deleted.

clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/ClearObjectsResponse.java

Lines changed: 0 additions & 103 deletions
This file was deleted.

clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/DeleteByResponse.java

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)