xo-api-client 0.1.1

Unofficial crate for accessing Xen Orchestra through its API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod api;
pub mod credentials;
mod object_type;
mod types;

#[macro_use]
mod macros;

pub use api::Client;
pub use jsonrpsee_types::{Error as RpcError, JsonValue};
pub use object_type::ObjectType;
pub use types::Subscription;