Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
readme: added missing API links (#560)
Browse files Browse the repository at this point in the history
docs: even when linking to a 404 octocat, still better than the current empty links resolving to https://github.com/ipfs/js-ipfs-api/blob/master
  • Loading branch information
maxlath authored and daviddias committed Jun 4, 2017
1 parent 086fe6e commit 1b8557e
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,23 +163,23 @@ This means:
- See https://github.com/ipfs/js-ipfs for details on
pubsub in js-ipfs

##### [bitswap]()
##### [bitswap](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bitswap)

- [`ipfs.bitswap.wantlist()`]()
- [`ipfs.bitswap.stat()`]()
- [`ipfs.bitswap.unwant()`]()
- [`ipfs.bitswap.wantlist()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bitswap#wantlist)
- [`ipfs.bitswap.stat()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bitswap#stat)
- [`ipfs.bitswap.unwant()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bitswap#unwant)

##### [block](https://github.com/ipfs/interface-ipfs-core/tree/master/API/block)

- [`ipfs.block.get(cid, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/block#get)
- [`ipfs.block.put(block, cid, [callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/block#put)
- [`ipfs.block.stat(cid, [callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/block#stat)

##### [bootstrap]()
##### [bootstrap](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bootstrap)

- [`ipfs.bootstrap.list()`]()
- [`ipfs.bootstrap.add()`]()
- [`ipfs.bootstrap.rm()`]()
- [`ipfs.bootstrap.list()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bootstrap#list)
- [`ipfs.bootstrap.add()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bootstrap#add)
- [`ipfs.bootstrap.rm()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/bootstrap#rm)

##### [config](https://github.com/ipfs/interface-ipfs-core/tree/master/API/config)

Expand All @@ -193,11 +193,11 @@ This means:
- [`ipfs.dag.get(cid [, path, options], callback)`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dag#dagget)
- [`ipfs.dag.tree(cid [, path, options], callback)`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dag#dagtree)

##### [dht]()
##### [dht](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dht)

- [`ipfs.dht.findprovs()`]()
- [`ipfs.dht.get()`]()
- [`ipfs.dht.put()`]()
- [`ipfs.dht.findprovs()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dht#findprovs)
- [`ipfs.dht.get()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dht#get)
- [`ipfs.dht.put()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dht#put)

##### [files](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files)

Expand All @@ -210,31 +210,31 @@ This means:
- alias to `ipfs.get`
- [`ipfs.ls`]()
- mfs (mutable file system) specific:
- [`ipfs.files.cp`]()
- [`ipfs.files.ls`]()
- [`ipfs.files.mkdir`]()
- [`ipfs.files.stat`]()
- [`ipfs.files.rm`]()
- [`ipfs.files.read`]()
- [`ipfs.files.write`]()
- [`ipfs.files.mv`]()
- [`ipfs.files.cp`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#cp)
- [`ipfs.files.ls`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#ls)
- [`ipfs.files.mkdir`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#mkdir)
- [`ipfs.files.stat`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#stat)
- [`ipfs.files.rm`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#rm)
- [`ipfs.files.read`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#read)
- [`ipfs.files.write`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#write)
- [`ipfs.files.mv`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#mv)

##### [generic operations](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)

- [`ipfs.id([callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic#id)
- [`ipfs.version([callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic#version)
- [`ipfs.ping()`]()
- [`ipfs.log()`]()
- [`ipfs.ping()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic#ping)
- [`ipfs.log()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic#log)

#### [key]()
#### [key](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key)

- [`ipfs.key.gen(name, [options, callback])`]()
- [`ipfs.key.list([options, callback])`]()
- [`ipfs.key.gen(name, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key#gen)
- [`ipfs.key.list([options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key#list)

##### [name]()
##### [name](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name)

- [`ipfs.name.publish()`]()
- [`ipfs.name.resolve()`]()
- [`ipfs.name.publish()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name#publish)
- [`ipfs.name.resolve()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name#resolve)

##### [object](https://github.com/ipfs/interface-ipfs-core/tree/master/API/object)

Expand All @@ -249,11 +249,11 @@ This means:
- [`ipfs.object.patch.appendData(multihash, data, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/object#objectpatchappenddata)
- [`ipfs.object.patch.setData(multihash, data, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/object#objectpatchsetdata)

##### [pin]()
##### [pin](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pin)

- [`ipfs.pin.add()`]()
- [`ipfs.pin.rm()`]()
- [`ipfs.pin.ls()`]()
- [`ipfs.pin.add()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pin#add)
- [`ipfs.pin.rm()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pin#rm)
- [`ipfs.pin.ls()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pin#ls)

##### [pubsub (not implemented, yet!)](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pubsub)

Expand All @@ -265,14 +265,14 @@ This means:
- [`ipfs.pubsub.ls(topic, callback)`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pubsub#pubsubls)
- [`ipfs.pubsub.peers(topic, callback)`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/pubsub#pubsubpeers)

##### [refs]()
##### [refs](https://github.com/ipfs/interface-ipfs-core/tree/master/API/refs)

- [`ipfs.refs.local()`]()
- [`ipfs.refs.local()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/refs#local)

##### [repo]()
##### [repo](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo)

- [`ipfs.repo.stat()`]()
- [`ipfs.repo.gc()`]()
- [`ipfs.repo.stat()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo#stat)
- [`ipfs.repo.gc()`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo#gc)

##### [swarm](https://github.com/ipfs/interface-ipfs-core/tree/master/API/swarm)

Expand Down

0 comments on commit 1b8557e

Please sign in to comment.