System API for Exonum node

Travis Build Status License: Apache-2.0 rust 1.41.0+ required

Plugin extending HTTP API of the node to return information about node state.

Description

The system API plugin provides information about the node state using REST interface. The following info can be retrieved:

HTTP API

REST API of the service is documented in the crate docs.

Usage

Include exonum-system-api as a dependency in your Cargo.toml:

toml [dependencies] exonum-system-api = "1.0.0-rc.3"

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.

License

exonum-system-api is licensed under the Apache License (Version 2.0). See LICENSE for details.