// Copyright 2026 infinitete. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
//! Pull request API endpoints for managing Gitea pull requests and reviews.
use crateClient;
/// API methods for pull requests. Access via [`Client::pulls()`](crate::Client::pulls).
pub
// Re-export public types
pub use ;