Add new resources, part 6/7.
Review Request #14379 — Created March 20, 2025 and updated — Latest diff uploaded
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.
rbtools/api/resource/api_token.py |
---|
rbtools/api/resource/hosting_service.py |
---|
rbtools/api/resource/hosting_service_account.py |
---|
rbtools/api/resource/root.py |
---|