ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
247 stars 68 forks source link

Extra fields of VersionResponse #46

Closed koivunej closed 4 years ago

koivunej commented 4 years ago

Hi there,

As we are working towards a rust ipfs implementation I noticed that ipfs_api::response::VersionResponse has the two required fields golang and system which are not expected by the interface-ipfs-core tests and as such can probably be regarded as "go-ipfs specific".

Making the two fields optional or removing them would make this single endpoint compatible with js-ipfs and rust-ipfs.