rust-ipfs/http
Joonas Koivunen 4bdce1d273 add initial version of /cat endpoint
this passes 9/13 tests in the interface-ipfs-core.
2020-06-09 12:27:57 +03:00
..
src add initial version of /cat endpoint 2020-06-09 12:27:57 +03:00
build.rs feat: rsa keygen using openssl with compat storage 2020-03-12 16:30:36 +02:00
Cargo.toml Add refs endpoint (#147) 2020-04-16 16:39:48 +03:00
README.md fix: s/ipfs-rust/rs-ipfs 2020-06-08 14:22:03 +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:

HTTP specs:

Status: Pre-alpha, most of the functionality is missing or 501 Not Implemented. See the repository level README for more information.