RBTools Python APIΒΆ
RBTools includes a Python module for interacting with the Review Board REST API. This module makes it easy to query Review Board, post review requests, update them, write custom RBTools commands, and more.
The Python API module assumes knowledge of the Review Board REST API. When possible, links will be provided to relevant sections of the API documentation, which can be found in the Web API Guide.
- Overview of the Python API Client
- Tutorial
- Resource-Specific Functionality
- Root List Resource Functionality
- Diff List Resource Functionality
- Diff Resource Functionality
- File Diff Resource Functionality
- File Attachment List Resource Functionality
- Draft File Attachment List Resource Functionality
- Screenshot List Resource Functionality
- Draft Screenshot List Resource Functionality
- Review Request Resource Functionality
- Module and Class References