Get rid of deprecated hosting services code.
Review Request #14589 — Created Sept. 4, 2025 and updated — Latest diff uploaded
The hosting services client and HTTP interface had a few things which we
had deprecated for removal in RB8, primarily related to JSON. The
bugzilla and splat implementations used these, but those were the only
ones. This change updates those implementations to usersp.json
instead of thejson_*
methods, and then removes the deprecated code.
Ran unit tests.