Re-exports§
Modules§
Structs§
- ApiCombiner
- ApiError
- Very simple error type - just holds a description of the error. This is useful for human diagnosis and troubleshooting, but not for applications to parse. The justification for this is to deny applications visibility into the communication layer, forcing the application code to act solely on the logical responses that the API provides, promoting abstraction in the application code.
- Server
Error - Sha256
Hash - Describes SHA256 hash sum in byte format
Enums§
Constants§
Traits§
- Accounts
Api - Accounts
ApiMut - Api
- API trait with immutable receivers i.e.
fn api_call(&self, ...)
- ApiDecorator
- Trait for decorating an implementation of the API with common pre/post-handling for all request types.
- ApiMut
- API trait with mutable receivers i.e.
fn api_call(&mut self, ...)
- AppApi
- AppApi
Mut - Application
Config Api - Application
Config ApiMut - Approval
Requests Api - Approval
Requests ApiMut - AuthApi
- Auth
ApiMut - Build
Api - Build
ApiMut - Certificate
Api - Certificate
ApiMut - Dataset
Api - Dataset
ApiMut - Future
- Trait for types which are a placeholder of a value that may become available at some later point in time.
- NodeApi
- Node
ApiMut - Registry
Api - Registry
ApiMut - System
Api - System
ApiMut - TaskApi
- Task
ApiMut - Tools
Api - Tools
ApiMut - Users
Api - Users
ApiMut - Workflow
Api - Workflow
ApiMut - Workflow
Final Api - Workflow
Final ApiMut - ZoneApi
- Zone
ApiMut