Skip to content

Commit

Permalink
Merge branch 'fix_typescript_support' into 'master'
Browse files Browse the repository at this point in the history
Improve Typescript support

See merge request api-clients/node-api-client!3
  • Loading branch information
vallpaper committed Aug 3, 2023
2 parents c3b2fc0 + 821e427 commit d071bc8
Show file tree
Hide file tree
Showing 3 changed files with 2,323 additions and 2,318 deletions.
2 changes: 1 addition & 1 deletion lib/api-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ApiClient {
url: url,
headers: {'Accept': 'application/json',
'Content-Type': 'application/json',
'User-Agent': 'recombee-node-api-client/4.1.1'},
'User-Agent': 'recombee-node-api-client/4.1.2'},
timeout: request.timeout,
agent: this.options.agent
};
Expand Down
Loading

0 comments on commit d071bc8

Please sign in to comment.