Skip to main content

Crate meritocrab_api

Crate meritocrab_api 

Source

Re-exports§

pub use error::ApiError;
pub use error::ApiResult;
pub use error::ErrorResponse;
pub use extractors::VerifiedWebhookPayload;
pub use health::health;
pub use health::init_server_start_time;
pub use state::AppState;
pub use state::OAuthConfig;
pub use webhook_handler::handle_webhook;

Modules§

admin_handlers
auth_middleware
credit_commands
error
extractors
health
oauth
rate_limit
repo_config_loader
state
webhook_handler