Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.79 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.79 KB

CodeChecker server Thrift API

This directory contains the API IDL files and the generated API stubs for CodeChecker. Apache Thrift is used to generate the stubs for various programming languages (Python, JavaScript).

The Thrift compiler is executed inside a Docker container so docker needs to be installed to generate the stubs.

API change workflow:

Assuming the current api version is 6.24.0 and no breaking change was introduced.

How to modify the API