@@ -26,7 +26,7 @@ For example gateway mode and light node mode has only limited set of endpoints e
26
26
27
27
#### Defined in
28
28
29
- [ bee-js/src/bee.ts:85 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L85 )
29
+ [ bee-js/src/bee.ts:86 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L86 )
30
30
31
31
## Properties
32
32
@@ -38,7 +38,7 @@ Default Signer object used for signing operations, mainly Feeds.
38
38
39
39
#### Defined in
40
40
41
- [ bee-js/src/bee.ts:85 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L85 )
41
+ [ bee-js/src/bee.ts:86 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L86 )
42
42
43
43
___
44
44
@@ -50,7 +50,7 @@ URL on which is the main API of Bee node exposed
50
50
51
51
#### Defined in
52
52
53
- [ bee-js/src/bee.ts:80 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L80 )
53
+ [ bee-js/src/bee.ts:81 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L81 )
54
54
55
55
## Methods
56
56
@@ -68,7 +68,7 @@ Ping the Bee node to see if there is a live Bee node on the given URL.
68
68
69
69
#### Defined in
70
70
71
- [ bee-js/src/bee.ts:902 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L902 )
71
+ [ bee-js/src/bee.ts:906 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L906 )
72
72
73
73
___
74
74
@@ -99,7 +99,7 @@ Feed manifest chunk allows for a feed to be able to be resolved through `/bzz` e
99
99
100
100
#### Defined in
101
101
102
- [ bee-js/src/bee.ts:644 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L644 )
102
+ [ bee-js/src/bee.ts:645 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L645 )
103
103
104
104
___
105
105
@@ -123,6 +123,8 @@ For better understanding what each parameter means and what are the optimal valu
123
123
124
124
** ` see ` ** [ Bee API reference - ` POST /stamps ` ] ( https://docs.ethswarm.org/api/#tag/Postage-Stamps/paths/~1stamps~1{amount}~1{depth}/post )
125
125
126
+ ** ` deprecated ` ** Use DebugBee for postage batch management
127
+
126
128
#### Parameters
127
129
128
130
| Name | Type | Description |
@@ -137,7 +139,7 @@ For better understanding what each parameter means and what are the optimal valu
137
139
138
140
#### Defined in
139
141
140
- [ bee-js/src/bee.ts:846 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L846 )
142
+ [ bee-js/src/bee.ts:848 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L848 )
141
143
142
144
___
143
145
@@ -159,7 +161,7 @@ Create a new Tag which is meant for tracking progres of syncing data across netw
159
161
160
162
#### Defined in
161
163
162
- [ bee-js/src/bee.ts:296 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L296 )
164
+ [ bee-js/src/bee.ts:297 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L297 )
163
165
164
166
___
165
167
@@ -191,7 +193,7 @@ Delete Tag
191
193
192
194
#### Defined in
193
195
194
- [ bee-js/src/bee.ts:350 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L350 )
196
+ [ bee-js/src/bee.ts:351 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L351 )
195
197
196
198
___
197
199
@@ -217,7 +219,7 @@ Download data as a byte array
217
219
218
220
#### Defined in
219
221
220
- [ bee-js/src/bee.ts:135 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L135 )
222
+ [ bee-js/src/bee.ts:136 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L136 )
221
223
222
224
___
223
225
@@ -246,7 +248,7 @@ Download single file.
246
248
247
249
#### Defined in
248
250
249
- [ bee-js/src/bee.ts:214 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L214 )
251
+ [ bee-js/src/bee.ts:215 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L215 )
250
252
251
253
___
252
254
@@ -273,7 +275,7 @@ Download data as a Readable stream
273
275
274
276
#### Defined in
275
277
276
- [ bee-js/src/bee.ts:149 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L149 )
278
+ [ bee-js/src/bee.ts:150 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L150 )
277
279
278
280
___
279
281
@@ -300,7 +302,7 @@ Download single file as a readable stream
300
302
301
303
#### Defined in
302
304
303
- [ bee-js/src/bee.ts:229 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L229 )
305
+ [ bee-js/src/bee.ts:230 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L230 )
304
306
305
307
___
306
308
@@ -320,7 +322,7 @@ Get list of all locally pinned references
320
322
321
323
#### Defined in
322
324
323
- [ bee-js/src/bee.ts:418 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L418 )
325
+ [ bee-js/src/bee.ts:419 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L419 )
324
326
325
327
___
326
328
@@ -336,13 +338,15 @@ Return all postage batches that has the node available.
336
338
337
339
** ` see ` ** [ Bee API reference - ` GET /stamps ` ] ( https://docs.ethswarm.org/api/#tag/Postage-Stamps/paths/~1stamps/get )
338
340
341
+ ** ` deprecated ` ** Use DebugBee for postage batch management
342
+
339
343
#### Returns
340
344
341
345
` Promise ` <[ ` PostageBatch ` ] ( ../interfaces/postagebatch.md ) [ ] \>
342
346
343
347
#### Defined in
344
348
345
- [ bee-js/src/bee.ts:893 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L893 )
349
+ [ bee-js/src/bee.ts:897 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L897 )
346
350
347
351
___
348
352
@@ -376,7 +380,7 @@ The listing is limited by options.limit. So you have to iterate using options.of
376
380
377
381
#### Defined in
378
382
379
- [ bee-js/src/bee.ts:314 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L314 )
383
+ [ bee-js/src/bee.ts:315 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L315 )
380
384
381
385
___
382
386
@@ -415,7 +419,7 @@ At least one of these has to be specified!
415
419
416
420
#### Defined in
417
421
418
- [ bee-js/src/bee.ts:755 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L755 )
422
+ [ bee-js/src/bee.ts:756 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L756 )
419
423
420
424
___
421
425
@@ -443,7 +447,7 @@ Get pinning status of chunk with given reference
443
447
444
448
#### Defined in
445
449
446
- [ bee-js/src/bee.ts:432 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L432 )
450
+ [ bee-js/src/bee.ts:433 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L433 )
447
451
448
452
___
449
453
@@ -459,6 +463,8 @@ Return details for specific postage batch.
459
463
460
464
** ` see ` ** [ Bee API reference - ` GET /stamps/${id} ` ] ( https://docs.ethswarm.org/api/#tag/Postage-Stamps/paths/~1stamps~1{id}/get )
461
465
466
+ ** ` deprecated ` ** Use DebugBee for postage batch management
467
+
462
468
#### Parameters
463
469
464
470
| Name | Type | Description |
@@ -471,7 +477,7 @@ Return details for specific postage batch.
471
477
472
478
#### Defined in
473
479
474
- [ bee-js/src/bee.ts:879 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L879 )
480
+ [ bee-js/src/bee.ts:882 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L882 )
475
481
476
482
___
477
483
@@ -489,7 +495,7 @@ true if successful, false on error
489
495
490
496
#### Defined in
491
497
492
- [ bee-js/src/bee.ts:911 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L911 )
498
+ [ bee-js/src/bee.ts:915 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L915 )
493
499
494
500
___
495
501
@@ -515,7 +521,7 @@ Make a new feed reader for downloading feed updates.
515
521
516
522
#### Defined in
517
523
518
- [ bee-js/src/bee.ts:668 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L668 )
524
+ [ bee-js/src/bee.ts:669 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L669 )
519
525
520
526
___
521
527
@@ -540,7 +546,7 @@ hashes the input string to create a topic string of arbitrary length.
540
546
541
547
#### Defined in
542
548
543
- [ bee-js/src/bee.ts:792 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L792 )
549
+ [ bee-js/src/bee.ts:793 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L793 )
544
550
545
551
___
546
552
@@ -566,7 +572,7 @@ Make a new feed writer for updating feeds
566
572
567
573
#### Defined in
568
574
569
- [ bee-js/src/bee.ts:690 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L690 )
575
+ [ bee-js/src/bee.ts:691 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L691 )
570
576
571
577
___
572
578
@@ -590,7 +596,7 @@ Returns an object for reading single owner chunks
590
596
591
597
#### Defined in
592
598
593
- [ bee-js/src/bee.ts:803 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L803 )
599
+ [ bee-js/src/bee.ts:804 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L804 )
594
600
595
601
___
596
602
@@ -614,7 +620,7 @@ Returns an object for reading and writing single owner chunks
614
620
615
621
#### Defined in
616
622
617
- [ bee-js/src/bee.ts:818 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L818 )
623
+ [ bee-js/src/bee.ts:819 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L819 )
618
624
619
625
___
620
626
@@ -642,7 +648,7 @@ Pin local data with given reference
642
648
643
649
#### Defined in
644
650
645
- [ bee-js/src/bee.ts:389 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L389 )
651
+ [ bee-js/src/bee.ts:390 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L390 )
646
652
647
653
___
648
654
@@ -686,7 +692,7 @@ Message in byte array
686
692
687
693
#### Defined in
688
694
689
- [ bee-js/src/bee.ts:596 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L596 )
695
+ [ bee-js/src/bee.ts:597 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L597 )
690
696
691
697
___
692
698
@@ -728,7 +734,7 @@ This is because light nodes does not fully participate in the data exchange in S
728
734
729
735
#### Defined in
730
736
731
- [ bee-js/src/bee.ts:485 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L485 )
737
+ [ bee-js/src/bee.ts:486 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L486 )
732
738
733
739
___
734
740
@@ -762,7 +768,7 @@ Subscription to a given topic
762
768
763
769
#### Defined in
764
770
765
- [ bee-js/src/bee.ts:525 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L525 )
771
+ [ bee-js/src/bee.ts:526 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L526 )
766
772
767
773
___
768
774
@@ -792,7 +798,7 @@ Retrieve tag information from Bee node
792
798
793
799
#### Defined in
794
800
795
- [ bee-js/src/bee.ts:332 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L332 )
801
+ [ bee-js/src/bee.ts:333 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L333 )
796
802
797
803
___
798
804
@@ -819,7 +825,7 @@ Instructs the Bee node to reupload a locally pinned data into the network.
819
825
820
826
#### Defined in
821
827
822
- [ bee-js/src/bee.ts:446 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L446 )
828
+ [ bee-js/src/bee.ts:447 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L447 )
823
829
824
830
___
825
831
@@ -858,7 +864,7 @@ If none of those two is set error is thrown.
858
864
859
865
#### Defined in
860
866
861
- [ bee-js/src/bee.ts:721 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L721 )
867
+ [ bee-js/src/bee.ts:722 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L722 )
862
868
863
869
___
864
870
@@ -886,7 +892,7 @@ Unpin local data with given reference
886
892
887
893
#### Defined in
888
894
889
- [ bee-js/src/bee.ts:405 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L405 )
895
+ [ bee-js/src/bee.ts:406 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L406 )
890
896
891
897
___
892
898
@@ -922,7 +928,7 @@ you can use this method to update the total chunks count for the tag.
922
928
923
929
#### Defined in
924
930
925
- [ bee-js/src/bee.ts:372 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L372 )
931
+ [ bee-js/src/bee.ts:373 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L373 )
926
932
927
933
___
928
934
@@ -952,7 +958,7 @@ reference is a content hash of the data
952
958
953
959
#### Defined in
954
960
955
- [ bee-js/src/bee.ts:115 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L115 )
961
+ [ bee-js/src/bee.ts:116 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L116 )
956
962
957
963
___
958
964
@@ -988,7 +994,7 @@ reference is a content hash of the file
988
994
989
995
#### Defined in
990
996
991
- [ bee-js/src/bee.ts:171 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L171 )
997
+ [ bee-js/src/bee.ts:172 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L172 )
992
998
993
999
___
994
1000
@@ -1020,7 +1026,7 @@ Uses the FileList API from the browser.
1020
1026
1021
1027
#### Defined in
1022
1028
1023
- [ bee-js/src/bee.ts:248 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L248 )
1029
+ [ bee-js/src/bee.ts:249 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L249 )
1024
1030
1025
1031
___
1026
1032
@@ -1052,4 +1058,4 @@ Available only in Node.js as it uses the `fs` module.
1052
1058
1053
1059
#### Defined in
1054
1060
1055
- [ bee-js/src/bee.ts:275 ] ( https://github.com/ethersphere/bee-js/blob/6f227e1 /src/bee.ts#L275 )
1061
+ [ bee-js/src/bee.ts:276 ] ( https://github.com/ethersphere/bee-js/blob/74056cb /src/bee.ts#L276 )
0 commit comments