Merge #206
206: Minor doc adjustments r=koivunej a=koivunej Fixes the endpoint names, handles [a nit](https://github.com/rs-ipfs/rust-ipfs/pull/205#discussion_r446032162) from #205. Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
This commit is contained in:
commit
58dc1bde74
4
.github/bors.toml
vendored
4
.github/bors.toml
vendored
@ -1,5 +1,5 @@
|
||||
# this the status which is generated by depending on every other job near the
|
||||
# end of workflow. for bors documentation please see https://bors.tech; the
|
||||
# this is the status which is generated by depending on every other job near
|
||||
# the end of workflow. for bors documentation please see https://bors.tech; the
|
||||
# most useful command is "bors r+". The reviewers are configured manually via
|
||||
# bors-ng dashboard.
|
||||
status = ["ci"]
|
||||
|
12
README.md
12
README.md
@ -107,15 +107,15 @@ A large portion of this work is covered by an [IPFS Devgrant from Protocol Labs]
|
||||
* Conformance testing
|
||||
* HTTP API Scaffolding
|
||||
* UnixFS Support
|
||||
* `/pubsub/{ publish, subscribe, unsubscribe, peers, ls }`
|
||||
* `/swarm/{connect, peers, addrs, localAddrs, disconnect }`
|
||||
* `/pubsub/{publish,subscribe,peers,ls}`
|
||||
* `/swarm/{connect,peers,addrs,addrs/local,disconnect}`
|
||||
* `/id`
|
||||
* `/version`
|
||||
* `/stop`
|
||||
* `/block/{ get, add, rm, stat }`
|
||||
* `/dag/{ put, resolve }`
|
||||
* `/shutdown`
|
||||
* `/block/{get,put,rm,stat}`
|
||||
* `/dag/{put,resolve}`
|
||||
* `/refs` and `/refs/local`
|
||||
* `/bitswap/{ stat, wantlist }`
|
||||
* `/bitswap/{stat,wantlist}`
|
||||
* `/cat`
|
||||
* `/get`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user