MediaWiki appservers call RESTBase also through:
- Math are still to be migrated.
- See work here: T334842: Replace usage of VirtualRESTServiceClient in Math extension, the extension still accesses RB via HTTP so when we move Mathoid to rest-gateway, Math will be fixed automatically.
- NOTE: The Collection extension accesses parsoid via RESTBase using the /v1/page/html endpoint. It's now defunc, should we just kill it? Cc @daniel
- See the work here: T336735: Replace usage of VirtualRESTServiceClient in Collection extension.
- GrowthExperiments extension is using the /v1/linkrecommendations/ endpoint
- Extension:Citoid calls RESTBase's /v1/data/citation/ endpoint: https://gerrit.wikimedia.org/g/mediawiki/extensions/Citoid/+/f1f1b52de022509ca1dcc68b1e6428981702d3aa/modules/ve/ve.ui.CitoidInspector.js#95
Also, see: T333536: Survey RESTBase services and find which ones accesses Parsoid via RESTBase for cases where Parsoid is involved.