@@ -78,7 +78,7 @@ <h4 class="name" id="WS2Manager"><span class="type-signature"></span>new WS2Mana
78
78
79
79
< dt class ="tag-source "> Source:</ dt >
80
80
< dd class ="tag-source "> < ul class ="dummy "> < li >
81
- < a href ="ws2_manager.js.html "> ws2_manager.js</ a > , < a href ="ws2_manager.js.html#line88 "> line 88 </ a >
81
+ < a href ="ws2_manager.js.html "> ws2_manager.js</ a > , < a href ="ws2_manager.js.html#line81 "> line 81 </ a >
82
82
</ li > </ ul > </ dd >
83
83
84
84
@@ -127,7 +127,7 @@ <h4 class="name" id="WS2Manager"><span class="type-signature"></span>new WS2Mana
127
127
128
128
< h5 > Example</ h5 >
129
129
130
- < pre class ="prettyprint "> < code > const rest = new RESTv2()
130
+ < pre class ="prettyprint "> < code > const rest = new RESTv2({ transform: true } )
131
131
const details = await rest.symbolDetails()
132
132
const symbols = details.map(d => `t${d.pair.toUpperCase()}`)
133
133
const timeFrames = ['1m', '5m', '30m', '1h', '6h']
@@ -302,7 +302,7 @@ <h6>Properties</h6>
302
302
< td class ="type ">
303
303
304
304
305
- < span class ="param-type "> object </ span >
305
+ < span class ="param-type "> number </ span >
306
306
307
307
308
308
@@ -335,7 +335,7 @@ <h6>Properties</h6>
335
335
< td class ="type ">
336
336
337
337
338
- < span class ="param-type "> object </ span >
338
+ < span class ="param-type "> number </ span >
339
339
340
340
341
341
@@ -708,7 +708,7 @@ <h6>Properties</h6>
708
708
< td class ="type ">
709
709
710
710
711
- < span class ="param-type "> object </ span >
711
+ < span class ="param-type "> string </ span >
712
712
713
713
714
714
@@ -739,7 +739,7 @@ <h6>Properties</h6>
739
739
< td class ="type ">
740
740
741
741
742
- < span class ="param-type "> object </ span >
742
+ < span class ="param-type "> string </ span >
743
743
744
744
745
745
@@ -770,7 +770,7 @@ <h6>Properties</h6>
770
770
< td class ="type ">
771
771
772
772
773
- < span class ="param-type "> object </ span >
773
+ < span class ="param-type "> number </ span >
774
774
775
775
776
776
@@ -803,7 +803,7 @@ <h6>Properties</h6>
803
803
< td class ="type ">
804
804
805
805
806
- < span class ="param-type "> object </ span >
806
+ < span class ="param-type "> number </ span >
807
807
808
808
809
809
@@ -3860,7 +3860,7 @@ <h6>Properties</h6>
3860
3860
< td class ="type ">
3861
3861
3862
3862
3863
- < span class ="param-type "> object </ span >
3863
+ < span class ="param-type "> number </ span >
3864
3864
3865
3865
3866
3866
@@ -3893,7 +3893,7 @@ <h6>Properties</h6>
3893
3893
< td class ="type ">
3894
3894
3895
3895
3896
- < span class ="param-type "> object </ span >
3896
+ < span class ="param-type "> number </ span >
3897
3897
3898
3898
3899
3899
@@ -5082,7 +5082,7 @@ <h5>Parameters:</h5>
5082
5082
< br class ="clear ">
5083
5083
5084
5084
< footer >
5085
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.6.3 </ a > on Tue Mar 10 2020 21:05:28 GMT+0700 (Indochina Time) using the < a href ="https://github.com/clenemt/docdash "> docdash</ a > theme.
5085
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.6.6 </ a > on Mon Jan 25 2021 16:36:37 GMT+0100 (Central European Standard Time) using the < a href ="https://github.com/clenemt/docdash "> docdash</ a > theme.
5086
5086
</ footer >
5087
5087
5088
5088
< script > prettyPrint ( ) ; </ script >
0 commit comments