Add final stubs for root comment and review resources.
Review Request #14412 — Created April 30, 2025 and submitted — Latest diff uploaded
We recently added root-level list resources for reviews and comments.
These have the same MIME types as the other review and comment list
resources, and so they can share the same subclasses, but they do have
different GET parameters that support a wider variety of queries. This
change adds params types for these and root resource stubs.
- Ran unit tests.
- Used these methods 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
rbtools/api/resource/diff_comment.py |
---|
rbtools/api/resource/file_attachment_comment.py |
---|
rbtools/api/resource/general_comment.py |
---|
rbtools/api/resource/review.py |
---|
rbtools/api/resource/root.py |
---|