better-uptime 0.1.0

Better Uptime API bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# better-uptime

Better Uptime API bindings for Rust.

## APIs

Currently, we only support:

* [Cron and heartbeat monitor]https://betterstack.com/docs/uptime/cron-and-heartbeat-monitor/
* [Create a new incident]https://betterstack.com/docs/uptime/api/create-a-new-incident/

## Examples

To run the examples:

$ cargo run --example <EXAMPLE_NAME>