Expand description
Re-exports§
Modules§
- api
- Generic API surface: upload/download options, headers, rich
return types, and the pin / tag / stewardship endpoint methods.
Mirrors
pkg/apiin bee-go. - debug
- Debug / operator endpoints. Mirrors
pkg/debugin bee-go. - dev
- Bee dev-mode wrapper. The dev-mode endpoint surface is a strict
subset of production Bee, so this is mostly a documentation /
discovery signal: callers can
let bee = DevClient::new(url)?;and use the same accessors they already know fromClient. - file
- File / data / chunk / SOC / feed / collection uploads and
downloads. Mirrors
pkg/filein bee-go. - gsoc
- GSOC send / subscribe + offline
soc_address. Mirrorspkg/gsocin bee-go and bee-jsBee.gsocSend/gsocSubscribe. - manifest
- Mantaray manifest trie. Mirrors
pkg/manifestin bee-go andsrc/manifestin bee-js. - postage
- Postage batch CRUD + stamp metadata. Mirrors
pkg/postagein bee-go. - pss
- PSS send / subscribe / receive. Mirrors
pkg/pssin bee-go andBee.pssSend/Bee.pssSubscribe/Bee.pssReceivein bee-js. - storage
- High-level storage helpers built on top of
Client. - swarm
- Foundational types for the Swarm protocol: typed bytes, BMT chunk addressing, SOC primitives, and the crate-level error type.
Structs§
- Client
- Top-level Bee API client.