Skip to content

rustunit/axum-github-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axum-github-hooks

crates.io docs.rs discord

Axum extractor for GitHub webhooks.

Usage

let router = Router::new().route("/", post(webhook));

async fn webhook(GithubWebhook(hook): GithubWebhook) -> impl IntoResponse {
    // TODO:

    StatusCode::OK
}

License

All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer.

Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Axum extractor for GitHub webhooks.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

 

Languages