Simple Rust library to interact with healthchecks.io
Go to file
Harsh Shandilya 584b9d0439 feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
.github feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
.vscode feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
hcctl fix(deps): update rust crate comfy-table to 6.1.3 2022-11-21 15:48:36 +00:00
healthchecks chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:58:30 +05:30
monitor chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:59:21 +05:30
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock chore(deps): update rust crate clap to 4.0.32 2022-12-22 23:13:27 +00:00
Cargo.toml chore(deps): update rust crate clap to 4.0.32 2022-12-22 23:13:27 +00:00
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
default.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
deny.toml fix(deps): allow Unicode-DFS-2016 license for unicode-ident 2022-08-31 11:51:17 +05:30
flake.lock feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
flake.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
release.toml fix(release): upgrade to latest `cargo-release` 2022-10-26 23:48:37 +05:30
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +05:30
shell.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00

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.