Modernize documentation and fix old warts in some of the API code.

Review Request #10465 — Created May 17, 2019 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

The API code was written before our current documentation standards, and
largely lacked any documentation. Some of the documentation we had was
incomplete or misleading. This made it a bit hard to reason about this
part of the codebase and make changes to it, and made it hard to consume
without reading through a lot of complex code.

This change fleshes out documentation for several of the major
components in the communication layers of the API, bringing these parts
up-to-date with our standards.

To help with readability, it also fixes up a few function signatures in
places, marks a few internal attributes in ReviewBoardServer as
private, and removes some unneeded attributes in
ReviewBoardHTTPPasswordMgr.

Posted this change successfully.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Modernize documentation and fix old warts in some of the API code.
The API code was written before our current documentation standards, and largely lacked any documentation. Some of the documentation we had was incomplete or misleading. This made it a bit hard to reason about this part of the codebase and make changes to it, and made it hard to consume without reading through a lot of complex code. This change fleshes out documentation for several of the major components in the communication layers of the API, bringing these parts up-to-date with our standards. To help with readability, it also fixes up a few function signatures in places, marks a few internal attributes in `ReviewBoardServer` as private, and removes some unneeded attributes in `ReviewBoardHTTPPasswordMgr`.
78fd5cdd056246106025b03ee01e8c500e00455c Christian Hammond
rbtools/api/capabilities.py
rbtools/api/client.py
rbtools/api/errors.py
rbtools/api/request.py
Loading...