Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 8053b2f

Browse files
committed
update(deps): update axios client + updated protocol parameter to be directly in the endpoint string param
1 parent 37427f3 commit 8053b2f

11 files changed

+2764
-371
lines changed

dist/apisearch.js

Lines changed: 29 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.node.js

Lines changed: 29 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.node.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.node.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/search_input.html renamed to examples/search-input.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
// 1. Create the client
3939
var api = apisearch({
40-
appId: 'music',
41-
index: 'default',
42-
token: '5fadd8c4-c966-11e7-abc4-cec278b6b50a'
40+
appId: '54725861',
41+
indexId: '66777162',
42+
token: 'daf93c2b-40bc-49f2-870e-f8f62ea524ad'
4343
});
4444
var query;
4545

0 commit comments

Comments
 (0)