Add typing and docs for rbtools API transport and request.
Review Request #12653 — Created Sept. 29, 2022 and submitted — Latest diff uploaded
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.
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 |
---|