Skip to content

Commit

Permalink
Update docs to mention the health API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Dec 15, 2018
1 parent 775eaf1 commit c1e51b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
//! HTTPS, and supports authenticating to the etcd cluster via HTTP basic authentication (username
//! and password) and/or X.509 client certificates.
//!
//! To get basic information about the versions of etcd running in a cluster, use the
//! `Client::versions` method. All other API calls are made by passing a `Client` reference to the
//! functions in the `auth`, `kv`, `members`, and `stats` modules. These modules contain functions
//! for API calls to the authentication and authorization API, the primary key-value store API, the
//! cluster membership API, and statistics API, respectively.
//! To get basic information about the health and versions of etcd running in a cluster, use the
//! `Client::health` and `Client::versions` methods, respectively. All other API calls are made by
//! passing a `Client` reference to the functions in the `auth`, `kv`, `members`, and `stats`
//! modules. These modules contain functions for API calls to the authentication and authorization
//! API, the primary key-value store API, the cluster membership API, and statistics API,
//! respectively.
//!
//! # Examples
//!
Expand Down

0 comments on commit c1e51b3

Please sign in to comment.