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:
bors[bot] 2020-06-26 12:25:59 +00:00 committed by GitHub
commit 58dc1bde74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

4
.github/bors.toml vendored
View File

@ -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"]

View File

@ -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`