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 804bebb commit d9be9d4Copy full SHA for d9be9d4
README.md
@@ -334,6 +334,7 @@ var client = new SwaggerClient({
334
335
You can also pass in your own version superagent (if, for example, you have other superagent plugins etc that you want to use)
336
337
+```js
338
var agent = require('some-other-special-superagent');
339
340
var client = new SwaggerClient({
0 commit comments