Mapping of production URLs to be routed to citoid:
Service location: citoid.discovery.wmnet
Service port: 4001
Use TLS: ?
- Move Citation endpoint to api gate way
- Production endpoint:
- <domain>/api/rest_v1/data/citation/<format>/<query>
- RESTBase endpoint:
- <domain>/v1/data/citation/<format>/<query>
- Production endpoint:
- Switch to restful api pattern in VisualEditor extention
- Remove restbase references in extension
- soft Deprecated final parameters in 1.46
- Remove final parameters in prod: https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1204813
- Hard deprecate final parameters
- Remove all deprecated params after for 1 major release cycle.
- Move Swagger API docs from restbase to mediawiki. Either:
- Serve docs from api-gateway, and rest sandbox redirects to it, OR
- copy the swagger docs into the Citoid extension and load from the extension into rest sandbox
