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 5 (Latest)

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.
2f57e4cb8e157693ba1a1665d1ac47c107acf35a 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...