Skip to content

nossralf/code-insights-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust types for Bitbucket Code Insights   Continuous integraton status MIT licensed

[dependencies]
code_insights = { git = "https://github.com/nossralf/code-insights-rs/" }

This crate contains Rust types that are useful when creating Code Insights reports for Bitbucket Server.

It uses Serde for serialization.

code_insights does not contain any functionality for making the actual HTTP requests to Bitbucket Server.

For more details about the REST resources used when interacting with Bitbucket Server, see Atlassian's how-to guide, tutorial and the Code Insights API documentation.