5 个稳定版本
2.0.1 | 2022 年 10 月 22 日 |
---|---|
2.0.0 | 2022 年 2 月 10 日 |
1.0.3 | 2021 年 12 月 12 日 |
#2302 in 网页编程
21 每月下载量
11KB
182 行
create-github-app-token
此库简化了发布 GitHub App 令牌的过程。
用法
use create_github_app_token::{errors::Error, publish_token, Token};
async fn fetcher() -> std::result::Result<Token, Error> {
let token = publish_token(123456, "/home/github/key.pem", "github").await?;
Ok(token)
}
依赖项
~17MB
~413K SLoC