The result of this task will be a list of services that accesses Parsoid via RESTBase in order to know which ones to begin migrating to access Parsoid via core.
[ ] PCS - Page content service is already doing this and Yiannis is looking (?) into it. Cc @Jgiannelos
[ ] Content Segment via `cxserver` (?)
[ ] Endpoints involved are:
[ ] `/segment/{title}`
[ ] `/segment/{title}/{revision}`
[ ] MediaWiki via VirtualRestService: VisualEditor, Flow, Math etc.
[ ] VisualEditor is on the way of complete migration to use Parsoid directly.
[X] ContentTranslation (CX) has already been migrated, see: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ContentTranslation/+/859459
[ ] Flow and Math are still to be migrated.
[X] The `/summary/*` endpoints is now a pass through to mobile apps so any service that calls these endpoints end up in mobile apps and mobile apps will do the right thing. Preferably, services that call the `/summary/*` endpoints should just call mobile apps directly.
[ ] ...