go-ipfs-api icon indicating copy to clipboard operation
go-ipfs-api copied to clipboard

Rename "shell" to "node" for ease of use?

Open jbenet opened this issue 7 years ago • 2 comments

I really like the "shell" name. But the IPFS api uses the naming "Node". to comply with that we should either switch or expose a "Node" type or functions or even a package that translates the wording.

jbenet avatar Feb 02 '18 04:02 jbenet

Shell will be deprecated in favor of an impl of the CoreAPI interfaces currently living in go-ipfs/core/coreapi/interface (to be extracted into their own package).

ghost avatar Feb 02 '18 07:02 ghost

I think shell is a nice name. It sounds like you're establishing a shell to interact with the underlying IPFS node :smile:

bonedaddy avatar May 18 '18 06:05 bonedaddy