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.
- ServerError 
- Sha256Hash 
- Describes SHA256 hash sum in byte format
Enums§
Constants§
Traits§
- AccountsApi 
- AccountsApiMut 
- 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
- AppApiMut 
- ApplicationConfig Api 
- ApplicationConfig ApiMut 
- ApprovalRequests Api 
- ApprovalRequests ApiMut 
- AuthApi
- AuthApiMut 
- BuildApi 
- BuildApiMut 
- CertificateApi 
- CertificateApiMut 
- DatasetApi 
- DatasetApiMut 
- Future
- Trait for types which are a placeholder of a value that may become available at some later point in time.
- NodeApi
- NodeApiMut 
- RegistryApi 
- RegistryApiMut 
- SystemApi 
- SystemApiMut 
- TaskApi
- TaskApiMut 
- ToolsApi 
- ToolsApiMut 
- UsersApi 
- UsersApiMut 
- WorkflowApi 
- WorkflowApiMut 
- WorkflowFinal Api 
- WorkflowFinal ApiMut 
- ZoneApi
- ZoneApiMut