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: website/docs/api-clients/installation.mdx
+108-4Lines changed: 108 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@ import TabItem from '@theme/TabItem';
7
7
8
8
<Tabs
9
9
groupId="language"
10
-
defaultValue="js"
10
+
defaultValue="javascript"
11
11
values={[
12
-
{ label: 'JavaScript', value: 'js', },
13
-
{ label: 'PHP', value: 'php', }
12
+
{ label: 'JavaScript', value: 'javascript', },
13
+
{ label: 'PHP', value: 'php', },
14
+
{ label: 'Java', value: 'java' }
14
15
]
15
16
}>
16
-
<TabItemvalue="js">
17
+
<TabItemvalue="javascript">
17
18
18
19
To get started, you first need to install `algoliasearch` (or any other available API client package). You can find the full list of available packages [here](https://www.npmjs.com/org/experimental-api-clients-automation).
To get started, add the [algoliasearch-core](https://oss.sonatype.org/content/repositories/snapshots/com/algolia/algoliasearch-core/0.0.1-SNAPSHOT/) dependency to your project, either with [Maven](https://maven.apache.org/):
The package is divided into multiples API Clients, you can find the list [here](https://github.com/algolia/algoliasearch-client-java-2/tree/next/algoliasearch-core/src/main/java/com/algolia/api).
196
+
To instanciate a client, prepare your credentials and follow this example:
0 commit comments