ethersphere / bee

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.
https://www.ethswarm.org
BSD 3-Clause "New" or "Revised" License
1.45k stars 338 forks source link

Merge /bee & /debug APIs #4631

Closed nikipapadatou closed 4 months ago

nikipapadatou commented 6 months ago

Currently both APIs are used by node operators - different endpoints live in each of them but the distinction of the two is not clear. Merging the two APIs will make the code more clear, less complicated when it comes to node operators' understanding, and will increase the user experience.

At the same time we need to completely respect any private endpoints, or authorization needed.