rust-ipfs/http/README.md

15 lines
486 B
Markdown
Raw Normal View History

2020-03-16 10:38:23 +03:00
# ipfs-http crate
HTTP api on top of ipfs crate. The end binary has some rudimentary ipfs CLI
functionality but mostly in the aim of testing the `rust-ipfs` via:
2020-06-08 14:22:03 +03:00
* [ipfs-rust-conformance](https://github.com/rs-ipfs/ipfs-rust-conformance)
* [interop](https://github.com/rs-ipfs/interop/)
2020-03-16 10:38:23 +03:00
HTTP specs:
* https://docs.ipfs.io/reference/api/http/
Status: Pre-alpha, most of the functionality is missing or `501 Not
Implemented`. See the repository level README for more information.