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 5879c87 commit af4bf96Copy full SHA for af4bf96
playground/javascript/node/compositionFull.ts
@@ -1,11 +1,11 @@
1
import { ApiError } from '@algolia/client-common';
2
-import { compositionFullClient } from '@algolia/client-composition';
+import { compositionClient } from '@algolia/client-composition';
3
4
const appId = process.env.METIS_APPLICATION_ID || '**** APP_ID *****';
5
const apiKey = process.env.METIS_API_KEY || '**** ADMIN_KEY *****';
6
7
// Init client with appId and apiKey
8
-const client = compositionFullClient(appId, apiKey);
+const client = compositionClient(appId, apiKey);
9
10
async function testComposition() {
11
try {
0 commit comments