Simple Rust library to interact with healthchecks.io
Go to file
Harsh Shandilya 92121bea92
(cargo-release) hcctl: version 2.0.0
2021-08-27 11:42:07 +05:30
.github github: cleanup checks 2021-08-21 15:02:49 +05:30
hcctl (cargo-release) hcctl: version 2.0.0 2021-08-27 11:42:07 +05:30
healthchecks (cargo-release) healthchecks: version 3.0.0 2021-08-27 11:41:37 +05:30
monitor (cargo-release) healthchecks: version 3.0.0 2021-08-27 11:41:37 +05:30
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock (cargo-release) hcctl: version 2.0.0 2021-08-27 11:42:07 +05:30
Cargo.toml Add basic admin cli (#3) 2020-10-02 19:39:22 +05:30
LICENSE-APACHE github: add README 2020-06-06 03:55:07 +05:30
LICENSE-MIT github: add README 2020-06-06 03:55:07 +05:30
README.md all: update README 2020-11-23 15:47:19 +05:30
shell.nix nix: rename shell config and fix inputs 2021-08-21 14:59:35 +05:30

README.md

healthchecks-rs

Rust crates for working with healthchecks.io. The repository contains these crates:

  • healthchecks: A library that provides a type-safe way to access to the healthchecks.io pinging and management APIs. Currently covers all methods, please file an issue if a new one is added.
  • healthchecks-monitor: A CLI tool that uses healthchecks to interface with the pinging API.
  • hcctl: Another CLI tool, which utilises a subset of the management API to let users list current checks and get their last 10 pings.

Licensing

Dual licensed under Apache 2.0 or MIT at your option.