tga 1.5.1

Developer productivity analytics — git commit collection, classification, and reporting
Documentation
1
2
3
4
5
6
7
8
9
10
//! Bitbucket Cloud REST API client for pull-request metadata.
//!
//! Surfaces a single [`BitbucketClient`] that implements
//! [`crate::collect::pr_provider::PrProvider`], so the pipeline can use it
//! interchangeably with the GitHub client.

pub mod client;
pub mod types;

pub use client::BitbucketClient;