//! GitHub provider implementation for devboy-tools.
//!
//! This crate provides integration with GitHub API for issues,
//! pull requests, and other GitHub-specific functionality.
pub use GitHubClient;
pub use GitHubSchemaEnricher;
pub use *;
pub const DEFAULT_GITHUB_URL: &str = "https://api.github.com";