|
34 | 34 |
|
35 | 35 | ## Table of Contents
|
36 | 36 |
|
| 37 | +- [Lead Maintainer](#lead-maintainer) |
| 38 | +- [Table of Contents](#table-of-contents) |
37 | 39 | - [Install](#install)
|
38 | 40 | - [Running the daemon with the right port](#running-the-daemon-with-the-right-port)
|
39 | 41 | - [Importing the module and usage](#importing-the-module-and-usage)
|
40 | 42 | - [Importing a sub-module and usage](#importing-a-sub-module-and-usage)
|
41 |
| - - [In a web browser through Browserify](#in-a-web-browser-through-browserify) |
42 |
| - - [In a web browser from CDN](#in-a-web-browser-from-cdn) |
| 43 | + - [In a web browser](#in-a-web-browser) |
43 | 44 | - [CORS](#cors)
|
| 45 | + - [Custom Headers](#custom-headers) |
44 | 46 | - [Usage](#usage)
|
45 |
| - - [API Docs](#api) |
46 |
| - - [Callbacks and promises](#callbacks-and-promises) |
| 47 | + - [API](#api) |
| 48 | + - [Files](#files) |
| 49 | + - [Graph](#graph) |
| 50 | + - [Network](#network) |
| 51 | + - [Node Management](#node-management) |
| 52 | + - [Pubsub Caveat](#pubsub-caveat) |
| 53 | + - [Instance utils](#instance-utils) |
| 54 | + - [Static types and utils](#static-types-and-utils) |
| 55 | +- [Development](#development) |
| 56 | + - [Testing](#testing) |
47 | 57 | - [Contribute](#contribute)
|
| 58 | +- [Historical context](#historical-context) |
48 | 59 | - [License](#license)
|
49 | 60 |
|
50 | 61 | ## Install
|
@@ -218,6 +229,7 @@ const ipfs = ipfsClient({
|
218 | 229 | - [block](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md)
|
219 | 230 | - [`ipfs.block.get(cid, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md#blockget)
|
220 | 231 | - [`ipfs.block.put(block, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md#blockput)
|
| 232 | + - [`ipfs.block.rm(cids, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md#blockrm) |
221 | 233 | - [`ipfs.block.stat(cid, [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md#blockstat)
|
222 | 234 |
|
223 | 235 | - [refs](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md)
|
|
0 commit comments