Add typing and docs for rbtools API transport and request.

Review Request #12653 — Created Sept. 29, 2022 and submitted — Latest diff uploaded

Information

RBTools
release-4.x

Reviewers

This change updates the bulk of the rest of the API layer in RBTools
with modern documentation and type hints.

  • Ran unit tests.
  • Posted some changes.

Diff Revision 3

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5

Commits

First Last Summary ID Author
Add typing and docs for rbtools API transport and request.
This change updates the bulk of the rest of the API layer in RBTools with modern documentation and type hints. Testing Done: - Ran unit tests. - Posted some changes.
350047dedb2e13794d7ccd336db8a33d6948f6a9 David Trowbridge
rbtools/api/cache.py
rbtools/api/client.py
rbtools/api/decode.py
rbtools/api/decorators.py
rbtools/api/errors.py
rbtools/api/factory.py
rbtools/api/request.py
rbtools/api/utils.py
rbtools/api/tests/test_http_request.py
rbtools/api/transport/__init__.py
rbtools/api/transport/sync.py
Loading...