Add new resources, part 5/7.

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

Information

RBTools
master

Reviewers

This change adds the following new resource implementations:
- OAuthApplicationItemResource
- OAuthApplicationListResource
- OAuthTokenItemResource
- OAuthTokenListResource
- ServerInfoResource
- WatchedResource
- WatchedReviewGroupItemResource
- WatchedReviewGroupListResource
- WatchedReviewRequestItemResource
- WatchedReviewRequestListResource
- WebHookItemResource
- WebHookListResource

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

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Add new resources, part 5/7.
This change adds the following new resource implementations: - OAuthApplicationItemResource - OAuthApplicationListResource - OAuthTokenItemResource - OAuthTokenListResource - ServerInfoResource - WatchedResource - WatchedReviewGroupItemResource - WatchedReviewGroupListResource - WatchedReviewRequestItemResource - WatchedReviewRequestListResource - WebHookItemResource - WebHookListResource Testing Done: - Ran unit tests. - Used the new resources from a test script and saw that everything worked as expected.
3346787c118a10e6fd8fbbcb472f09f4b398eacc David Trowbridge
rbtools/api/resource/__init__.py
rbtools/api/resource/oauth_application.py
rbtools/api/resource/oauth_token.py
rbtools/api/resource/root.py
rbtools/api/resource/server_info.py
rbtools/api/resource/user.py
rbtools/api/resource/watched.py
rbtools/api/resource/watched_review_group.py
rbtools/api/resource/watched_review_request.py
rbtools/api/resource/webhook.py
Loading...