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 b00040c + a702e90 commit 4e78524Copy full SHA for 4e78524
README.md
@@ -27,7 +27,7 @@ import {BittrexClient} from 'bittrex-typescript';
27
28
const bittrex = new BittrexClient({
29
key: '',
30
- secret: ''
+ secret: '',
31
agent: true // Turn on HTTP KeepAlive
32
});
33
0 commit comments