Modulesยง
- error ๐
- global_
api ๐ - iroh ๐
- net
Structsยง
- ApiVersion
Set - Set of api versions for each component (core + modules)
- Client
Connection ๐ - DynGlobal
Api - DynModule
Api - Federation
Error - An API request error when calling an entire federation
- Federation
Status - The status of a server, including how it views its peers
- Global
Federation ApiWith Cache IGlobalFederationApi
wrapping someT: IRawFederationApi
and adding a tiny bit of caching.- Guardian
Config Backup - Archive of all the guardian config files that can be used to recover a lost guardian node.
- Peer
Status - Reconnect
Client Connections - Reconnect
Federation Api - Status
Response - TorConnector
- Websocket
Connector
Enumsยง
- ApiMethod
- Json
RpcClient Error - Error type.
- Output
Outcome Error - P2PConnection
Status - Peer
Error - An API request error when calling a single federation peer
Constantsยง
Traitsยง
- Federation
ApiExt - An extension trait allowing to making federation-wide API call on top
IRawFederationApi
. - Global
Federation ApiWith Cache Ext - Convenience extension trait used for wrapping
IRawFederationApi
in aGlobalFederationApiWithCache
- IClient
Connection - IClient
Connector - Allows to connect to peers. Connections are request based and should be authenticated and encrypted for production deployments.
- IGlobal
Federation Api - The API for the global (non-module) endpoints
- IModule
Federation Api - Trait marker for the module (non-global) endpoints
- IRaw
Federation Api - An API (module or global) that can query a federation