Skip to content

Commit

Permalink
Merge pull request #255 from tharropoulos/custom-axios-adapter
Browse files Browse the repository at this point in the history
Add support for custom axios adapter configuration
  • Loading branch information
jasonbosco authored Jan 10, 2025
2 parents 9bd98e6 + e37795a commit 775b415
Show file tree
Hide file tree
Showing 29 changed files with 1,203 additions and 1,168 deletions.
2,109 changes: 1,058 additions & 1,051 deletions dist/typesense.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typesense.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typesense.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typesense.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/Typesense/ApiCall.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AxiosRequestConfig, AxiosResponse, Method } from "axios";
import TypesenseError from "./Errors/TypesenseError";
import type { AxiosRequestConfig, AxiosResponse, Method } from "axios";
import Configuration, { NodeConfiguration } from "./Configuration";
import TypesenseError from "./Errors/TypesenseError";
interface Node extends NodeConfiguration {
isHealthy: boolean;
index: string | number;
Expand Down
85 changes: 43 additions & 42 deletions lib/Typesense/ApiCall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 775b415

Please sign in to comment.