Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfjarvis/healthchecks-rs
Simple Rust library to interact with healthchecks.io
https://github.com/msfjarvis/healthchecks-rs
hacktoberfest healthchecks-api rust-bin rust-library
Last synced: about 2 months ago
JSON representation
Simple Rust library to interact with healthchecks.io
- Host: GitHub
- URL: https://github.com/msfjarvis/healthchecks-rs
- Owner: msfjarvis
- License: apache-2.0
- Created: 2020-06-05T22:12:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T03:32:31.000Z (8 months ago)
- Last Synced: 2024-05-01T16:02:18.814Z (8 months ago)
- Topics: hacktoberfest, healthchecks-api, rust-bin, rust-library
- Language: Rust
- Homepage:
- Size: 1.08 MB
- Stars: 23
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 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.
[healthchecks.io]: https://healthchecks.io
[healthchecks]: healthchecks
[healthchecks-monitor]: monitor
[hcctl]: hcctl