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.
2 parents c76b06d + 54e0d36 commit ef84cf3Copy full SHA for ef84cf3
lib/api-client.js
@@ -46,7 +46,8 @@ class ApiClient {
46
headers: {'Accept': 'application/json',
47
'Content-Type': 'application/json',
48
'User-Agent': 'recombee-node-api-client/4.0.0'},
49
- timeout: request.timeout
+ timeout: request.timeout,
50
+ agent: this.options.agent
51
};
52
53
if (Object.entries(request.bodyParameters()).length > 0)
0 commit comments