We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909738b commit 6202cacCopy full SHA for 6202cac
playground/javascript/node/abtestingV3.ts
@@ -1,11 +1,11 @@
1
-import { abtestingClient } from '@algolia/abtesting';
+import { abtestingV3Client } from '@algolia/abtesting';
2
import { ApiError } from '@algolia/client-common';
3
4
const appId = process.env.ALGOLIA_APPLICATION_ID || '**** APP_ID *****';
5
const apiKey = process.env.ALGOLIA_ANALYTICS_KEY || '**** ANALYTICS_API_KEY *****';
6
7
// Init client with appId and apiKey
8
-const client = abtestingClient(appId, apiKey, 'de');
+const client = abtestingV3Client(appId, apiKey, 'de');
9
10
async function testABTesting() {
11
try {
0 commit comments