Add new resources, part 6/7.

Review Request #14379 — Created March 20, 2025 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

This change adds the following new resource implementations:
- APITokenItemResource
- APITokenListResource
- HostingServiceAccountItemResource
- HostingServiceAccountListResource
- HostingServiceItemResource
- HostingServiceListResource
- PlainTextResource (used for original/patched files)
- RemoteRepositoryItemResource
- RemoteRepositoryListResource
- SearchResource
- SessionResource

  • Ran unit tests.
  • Used the new resources from a test script and saw that everything
    worked as expected.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add new resources, part 6/7.
This change adds the following new resource implementations: - APITokenItemResource - APITokenListResource - HostingServiceAccountItemResource - HostingServiceAccountListResource - HostingServiceItemResource - HostingServiceListResource - PlainTextResource (used for original/patched files) - RemoteRepositoryItemResource - RemoteRepositoryListResource - SearchResource - SessionResource Testing Done: - Ran unit tests. - Used the new resources from a test script and saw that everything worked as expected.
282fa71cadbe8587aaa0e5629a14a0a3ddad167e David Trowbridge
rbtools/api/resource/__init__.py
rbtools/api/resource/api_token.py
rbtools/api/resource/file_diff.py
rbtools/api/resource/hosting_service.py
rbtools/api/resource/hosting_service_account.py
rbtools/api/resource/plain_text.py
rbtools/api/resource/remote_repository.py
rbtools/api/resource/root.py
rbtools/api/resource/search.py
rbtools/api/resource/session.py
rbtools/api/resource/user.py
Loading...