Make create_resource use keyword-only arguments.
Review Request #14414 — Created April 30, 2025 and updated — Latest diff uploaded
The create_resource method recently gained an additional argument, and
it's getting unwieldy. This change makes it use keyword-only arguments
with appropriate deprecation.
Ran unit tests.
rbtools/api/tests/base.py |
---|