Isolate service connect UI APIs into their own object.
Review Request #15221 — Created Aug. 11, 2026 and updated — Latest diff uploaded
In prior changes I'd added some new classmethods to BaseHostingService
in order to implement the new Connected Services page. As this grows,
it's making the hosting service even more unwieldy. This change moves
those out into a helper object, which can be subclassed for
service-specific functionality.
Ran unit tests.