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 f77e488 commit f338cd1Copy full SHA for f338cd1
templates/javascript/snippets/method.mustache
@@ -13,7 +13,9 @@ import type { RequestOptions } from '@algolia/client-common';
13
export {{#isAsyncMethod}}async{{/isAsyncMethod}} function snippetFor{{#lambda.pascalcase}}{{method}}{{/lambda.pascalcase}}{{testIndex}}(): {{#isAsyncMethod}}Promise<void>{{/isAsyncMethod}}{{^isAsyncMethod}}void{{/isAsyncMethod}} {
14
// >SEPARATOR {{method}} {{{testName}}}
15
// Initialize the client
16
- // {{#hasRegionalHost}}Replace '{{defaultRegion}}' with your Algolia Application Region{{/hasRegionalHost}}
+ {{#hasRegionalHost}}
17
+ // Replace '{{defaultRegion}}' with your Algolia Application Region
18
+ {{/hasRegionalHost}}
19
{{> snippets/init}}
20
21
// Call the API
0 commit comments