Move request_method_decorator into rbtools.api.resource.base
Review Request #14246 — Created Nov. 15, 2024 and updated — Latest diff uploaded
This change moves the
request_method_decorator
into our base resource
definitions, since it's tightly tied to resources. It also renames it to
request_method
for brevity. The old name will still work with a
deprecation warning.
Ran unit tests.