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 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

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.
bb25d1656189c97089cf65395be460523561b476 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...