Skip to content

Commit 63deabc

Browse files
authored
Merge pull request #569 from vigan-abd/feature/rest-v2-upgrade
Feature/rest v2 upgrade
2 parents 2d8f285 + 4d5529d commit 63deabc

16 files changed

+173
-146
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.0.0
2+
- upgrade: upgraded bfx-api-node-rest to 4.0.0, breaks previous versions compatibility
3+
- fix: jsdocs
4+
15
4.0.17
26
- added pulse examples
37

docs/WS2Manager.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h4 class="name" id="WS2Manager"><span class="type-signature"></span>new WS2Mana
7878

7979
<dt class="tag-source">Source:</dt>
8080
<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>
8282
</li></ul></dd>
8383

8484

@@ -127,7 +127,7 @@ <h4 class="name" id="WS2Manager"><span class="type-signature"></span>new WS2Mana
127127

128128
<h5>Example</h5>
129129

130-
<pre class="prettyprint"><code>const rest = new RESTv2()
130+
<pre class="prettyprint"><code>const rest = new RESTv2({ transform: true })
131131
const details = await rest.symbolDetails()
132132
const symbols = details.map(d => `t${d.pair.toUpperCase()}`)
133133
const timeFrames = ['1m', '5m', '30m', '1h', '6h']
@@ -302,7 +302,7 @@ <h6>Properties</h6>
302302
<td class="type">
303303

304304

305-
<span class="param-type">object</span>
305+
<span class="param-type">number</span>
306306

307307

308308

@@ -335,7 +335,7 @@ <h6>Properties</h6>
335335
<td class="type">
336336

337337

338-
<span class="param-type">object</span>
338+
<span class="param-type">number</span>
339339

340340

341341

@@ -708,7 +708,7 @@ <h6>Properties</h6>
708708
<td class="type">
709709

710710

711-
<span class="param-type">object</span>
711+
<span class="param-type">string</span>
712712

713713

714714

@@ -739,7 +739,7 @@ <h6>Properties</h6>
739739
<td class="type">
740740

741741

742-
<span class="param-type">object</span>
742+
<span class="param-type">string</span>
743743

744744

745745

@@ -770,7 +770,7 @@ <h6>Properties</h6>
770770
<td class="type">
771771

772772

773-
<span class="param-type">object</span>
773+
<span class="param-type">number</span>
774774

775775

776776

@@ -803,7 +803,7 @@ <h6>Properties</h6>
803803
<td class="type">
804804

805805

806-
<span class="param-type">object</span>
806+
<span class="param-type">number</span>
807807

808808

809809

@@ -3860,7 +3860,7 @@ <h6>Properties</h6>
38603860
<td class="type">
38613861

38623862

3863-
<span class="param-type">object</span>
3863+
<span class="param-type">number</span>
38643864

38653865

38663866

@@ -3893,7 +3893,7 @@ <h6>Properties</h6>
38933893
<td class="type">
38943894

38953895

3896-
<span class="param-type">object</span>
3896+
<span class="param-type">number</span>
38973897

38983898

38993899

@@ -5082,7 +5082,7 @@ <h5>Parameters:</h5>
50825082
<br class="clear">
50835083

50845084
<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.
50865086
</footer>
50875087

50885088
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)