Add new resources, part 5/7.
Review Request #14378 — Created March 20, 2025 and updated
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.
Summary | ID |
---|---|
1e7da0cae6b52add5a122af1794406a87a7b0be7 |
Description | From | Last Updated | ||
---|---|---|---|---|
line too long (85 > 79 characters) Column: 80 Error code: E501 |
![]() |
|||
I think this line needs more explanation. Also probably missing "the". |
|
|||
Can we specify the format for this value? |
|
|||
Missing period. |
|
|||
We use "WebHook" elsewhere. Many of these docs use "webhook" though. We should make these consistent with the former. |
|
|||
The second #: sould be removed. Also, we should :py:attr: the repositories reference. |
|
|||
It'd be nice for these to look like a standard list, for maintainability and readability. For example: encoding: Literal[ 'application/json', … |
|
|||
Might be more appropriate to :py:attr:client_secret instead of double backtick? |
![]() |
|||
Should be WatchedReviewGroupListResource here. |
![]() |
|||
There are no open issues |
- Commits:
-
Summary ID bb25d1656189c97089cf65395be460523561b476 3346787c118a10e6fd8fbbcb472f09f4b398eacc - Diff:
-
Revision 2 (+1686 -12)
Checks run (2 succeeded)
-
-
-
-
-
We use "WebHook" elsewhere. Many of these docs use "webhook" though. We should make these consistent with the former.
-
-
It'd be nice for these to look like a standard list, for maintainability and readability. For example:
encoding: Literal[ 'application/json', 'application/xml', 'application/x-www-form-urlencoded', ]
- Commits:
-
Summary ID 3346787c118a10e6fd8fbbcb472f09f4b398eacc 9a1877eb22fdac87948a316c08eafcd0d754b1c8 - Diff:
-
Revision 3 (+1700 -12)
Checks run (2 succeeded)
- Commits:
-
Summary ID 9a1877eb22fdac87948a316c08eafcd0d754b1c8 1e7da0cae6b52add5a122af1794406a87a7b0be7 - Diff:
-
Revision 4 (+1700 -12)