//! `bb-api` — the Bitbucket REST API client.
//!
//! Bitbucket Cloud is pure REST (no GraphQL), so this is intentionally simpler
//! than `gh`'s API layer: typed JSON models, a [`BitbucketClient`] over the
//! [`Transport`](crate::core::Transport) seam, and body-based pagination.
// Absorbed from the former `bb-api` crate: full model/client API retained.
pub use BitbucketClient;
pub use ;
pub use ReqwestTransport;