Crates.io | exonum-system-api |
lib.rs | exonum-system-api |
version | 1.0.0 |
source | src |
created_at | 2020-02-07 15:23:53.615568 |
updated_at | 2020-03-31 16:08:45.829782 |
description | System API plugin for the Exonum framework |
homepage | https://exonum.com/ |
repository | https://github.com/exonum/exonum |
max_upload_size | |
id | 205842 |
size | 35,198 |
Plugin extending HTTP API of the node to return information about node state.
The system API plugin provides information about the node state using REST interface. The following info can be retrieved:
REST API of the service is documented in the crate docs.
Include exonum-system-api
as a dependency in your Cargo.toml
:
[dependencies]
exonum-system-api = "1.0.0"
SystemApiPlugin
type, located at the root of the crate, should be used
as a node plugin during node creation.
Consult the crate docs for more details.
exonum-system-api
is licensed under the Apache License (Version 2.0).
See LICENSE for details.