Skip to content

Commit 88b7579

Browse files
committed
crates_io_pagerduty: Add README.md
1 parent 75acbb0 commit 88b7579

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# crates_io_pagerduty
2+
3+
This package contains the code necessary to interact with the PagerDuty API.
4+
5+
The crates.io on-call team uses PagerDuty to get notified about incidents. This
6+
package contains a `PagerdutyClient` struct that can be configured with an API
7+
token and service key to then trigger, acknowledge, and resolve incidents.

crates/crates_io_pagerduty/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![doc = include_str!("../README.md")]
2+
13
use anyhow::{anyhow, Result};
24
use reqwest::{header, Client, StatusCode as Status};
35
use secrecy::{ExposeSecret, SecretString};

0 commit comments

Comments
 (0)