@@ -470,7 +470,7 @@ The IPFS core API provides all functionality that is not specific to setting up
470
470
471
471
The core API is grouped into several areas:
472
472
473
- #### ` Files`
473
+ #### Files
474
474
475
475
- [files](https: // github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md)
476
476
- [` ipfs.files.add(data, [options], [callback])` ](https: // github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesadd). Alias to `ipfs.add`.
@@ -503,7 +503,7 @@ The core API is grouped into several areas:
503
503
- [` ipfs.block.put(block, cid, [callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#put)
504
504
- [` ipfs.block.stat(cid, [callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#stat)
505
505
506
- #### ` Graph`
506
+ #### Graph
507
507
508
508
- [dag](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DAG.md)
509
509
- [` ipfs.dag.put(dagNode, options, callback)` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DAG.md#dagput)
@@ -521,9 +521,13 @@ The core API is grouped into several areas:
521
521
- [` ipfs.object.patch.rmLink(multihash, DAGLink, [options, callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/OBJECT.md#objectpatchrmlink)
522
522
- [` ipfs.object.patch.appendData(multihash, data, [options, callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/OBJECT.md#objectpatchappenddata)
523
523
- [` ipfs.object.patch.setData(multihash, data, [options, callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/OBJECT.md#objectpatchsetdata)
524
- - [pin (not implemented, yet! )](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/)
525
524
526
- #### ` Crypto and Key Management`
525
+ - [pin](https: // github.com/ipfs/interface-ipfs-core/blob/master/SPEC/PIN.md)
526
+ - [` ipfs.pin.add(hash, [options], [callback])` ](https: // github.com/ipfs/interface-ipfs-core/blob/master/SPEC/PIN.md#pinadd)
527
+ - [` ipfs.pin.ls([hash], [options], [callback])` ](https: // github.com/ipfs/interface-ipfs-core/blob/master/SPEC/PIN.md#pinls)
528
+ - [` ipfs.pin.rm(hash, [options], [callback])` ](https: // github.com/ipfs/interface-ipfs-core/blob/master/SPEC/PIN.md#pinrm)
529
+
530
+ #### Crypto and Key Management
527
531
528
532
- [key](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/KEY.md)
529
533
- ` ipfs.key.export(name, password, [callback])`
@@ -534,7 +538,7 @@ The core API is grouped into several areas:
534
538
- ` ipfs.key.rm(name, [callback])`
535
539
- [crypto (not yet implemented)](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC)
536
540
537
- #### ` Network`
541
+ #### Network
538
542
539
543
- [bootstrap](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/)
540
544
- ` ipfs.bootstrap.list`
@@ -566,7 +570,7 @@ The core API is grouped into several areas:
566
570
- [` ipfs.swarm.disconnect(addr, [callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/SWARM.md#disconnect)
567
571
- [` ipfs.swarm.peers([opts] [, callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/SWARM.md#peers)
568
572
569
- #### ` Node Management`
573
+ #### Node Management
570
574
571
575
- [miscellaneous operations](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/MISCELLANEOUS.md)
572
576
- [` ipfs.id([callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/MISCELLANEOUS.md#id)
@@ -595,7 +599,7 @@ The core API is grouped into several areas:
595
599
- [` ipfs.config.set(key, value, [callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
596
600
- [` ipfs.config.replace(config, [callback])` ](https: // github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configreplace)
597
601
598
- #### ` Domain data types`
602
+ #### Domain data types
599
603
600
604
A set of data types are exposed directly from the IPFS instance under ` ipfs.types` . That way you' re not required to import/require the following.
601
605
@@ -609,7 +613,7 @@ A set of data types are exposed directly from the IPFS instance under `ipfs.type
609
613
- [`ipfs.types.dagPB`](https://github.com/ipld/js-ipld-dag-pb)
610
614
- [`ipfs.types.dagCBOR`](https://github.com/ipld/js-ipld-dag-cbor)
611
615
612
- #### ` Util`
616
+ #### Util
613
617
614
618
A set of utils are exposed directly from the IPFS instance under `ipfs.util`. That way you' re not required to import /require the following:
615
619
0 commit comments