This is maybe related to general API design discussion for BeeJS, but I feel like that the API surface of Bee class is growing a lot and maybe introducing namespacing would introduce more clear structure.
Just an example:
const bee = new Bee(...)
bee.collection.upload()
bee.feed.upload()
bee.feed.createWriter()
But I guess this depends on what path we decide to go with BeeJS
This is maybe related to general API design discussion for BeeJS, but I feel like that the API surface of
Beeclass is growing a lot and maybe introducing namespacing would introduce more clear structure.Just an example:
But I guess this depends on what path we decide to go with BeeJS