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: packages/client-abtesting/README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,24 +32,33 @@
32
32
33
33
## 💡 Getting Started
34
34
35
-
To get started, you first need to install @algolia/client-abtesting (or any other available API client package).
35
+
> [!TIP]
36
+
> This API client is already a dependency of [the algoliasearch client](https://www.npmjs.com/package/algoliasearch), you don't need to manually install `@algolia/client-abtesting` if you already have `algoliasearch` installed.
36
37
38
+
To get started, you first need to install @algolia/client-abtesting (or any other available API client package).
37
39
All of our clients comes with type definition, and are available for both browser and node environments.
38
40
41
+
### With a package manager
42
+
43
+
39
44
```bash
40
-
yarn add @algolia/client-abtesting
45
+
yarn add @algolia/client-abtesting@5.6.0
46
+
# or
47
+
npm install @algolia/client-abtesting@5.6.0
41
48
# or
42
-
npm install @algolia/client-abtesting
49
+
pnpm add @algolia/client-abtesting@5.6.0
43
50
```
44
51
45
-
Without a package manager
52
+
### Without a package manager
46
53
47
54
Add the following JavaScript snippet to the <head> of your website:
Copy file name to clipboardExpand all lines: packages/client-analytics/README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,24 +32,33 @@
32
32
33
33
## 💡 Getting Started
34
34
35
-
To get started, you first need to install @algolia/client-analytics (or any other available API client package).
35
+
> [!TIP]
36
+
> This API client is already a dependency of [the algoliasearch client](https://www.npmjs.com/package/algoliasearch), you don't need to manually install `@algolia/client-analytics` if you already have `algoliasearch` installed.
36
37
38
+
To get started, you first need to install @algolia/client-analytics (or any other available API client package).
37
39
All of our clients comes with type definition, and are available for both browser and node environments.
38
40
41
+
### With a package manager
42
+
43
+
39
44
```bash
40
-
yarn add @algolia/client-analytics
45
+
yarn add @algolia/client-analytics@5.6.0
46
+
# or
47
+
npm install @algolia/client-analytics@5.6.0
41
48
# or
42
-
npm install @algolia/client-analytics
49
+
pnpm add @algolia/client-analytics@5.6.0
43
50
```
44
51
45
-
Without a package manager
52
+
### Without a package manager
46
53
47
54
Add the following JavaScript snippet to the <head> of your website:
Copy file name to clipboardExpand all lines: packages/client-personalization/README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,24 +32,33 @@
32
32
33
33
## 💡 Getting Started
34
34
35
-
To get started, you first need to install @algolia/client-personalization (or any other available API client package).
35
+
> [!TIP]
36
+
> This API client is already a dependency of [the algoliasearch client](https://www.npmjs.com/package/algoliasearch), you don't need to manually install `@algolia/client-personalization` if you already have `algoliasearch` installed.
36
37
38
+
To get started, you first need to install @algolia/client-personalization (or any other available API client package).
37
39
All of our clients comes with type definition, and are available for both browser and node environments.
38
40
41
+
### With a package manager
42
+
43
+
39
44
```bash
40
-
yarn add @algolia/client-personalization
45
+
yarn add @algolia/client-personalization@5.6.0
46
+
# or
47
+
npm install @algolia/client-personalization@5.6.0
41
48
# or
42
-
npm install @algolia/client-personalization
49
+
pnpm add @algolia/client-personalization@5.6.0
43
50
```
44
51
45
-
Without a package manager
52
+
### Without a package manager
46
53
47
54
Add the following JavaScript snippet to the <head> of your website:
Copy file name to clipboardExpand all lines: packages/client-search/README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,24 +32,33 @@
32
32
33
33
## 💡 Getting Started
34
34
35
-
To get started, you first need to install @algolia/client-search (or any other available API client package).
35
+
> [!TIP]
36
+
> This API client is already a dependency of [the algoliasearch client](https://www.npmjs.com/package/algoliasearch), you don't need to manually install `@algolia/client-search` if you already have `algoliasearch` installed.
36
37
38
+
To get started, you first need to install @algolia/client-search (or any other available API client package).
37
39
All of our clients comes with type definition, and are available for both browser and node environments.
38
40
41
+
### With a package manager
42
+
43
+
39
44
```bash
40
-
yarn add @algolia/client-search
45
+
yarn add @algolia/client-search@5.6.0
46
+
# or
47
+
npm install @algolia/client-search@5.6.0
41
48
# or
42
-
npm install @algolia/client-search
49
+
pnpm add @algolia/client-search@5.6.0
43
50
```
44
51
45
-
Without a package manager
52
+
### Without a package manager
46
53
47
54
Add the following JavaScript snippet to the <head> of your website:
0 commit comments