Extra fields of VersionResponse
koivunej opened this issue · 0 comments
koivunej commented
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
.