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 b00040c commit a702e90Copy full SHA for a702e90
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