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 d10252c commit 633d2c1Copy full SHA for 633d2c1
lib/client.js
@@ -203,6 +203,7 @@ SwaggerClient.prototype.build = function (mock) {
203
useJQuery: this.useJQuery,
204
jqueryAjaxCache: this.jqueryAjaxCache,
205
connectionAgent: this.connectionAgent,
206
+ enableCookies: this.enableCookies,
207
url: this.url,
208
method: 'get',
209
headers: {
0 commit comments