wiki.techinc.nl/includes/Rest/coreDevelopmentRoutes.json
Bill Pirkle c3fe4b037d Remove experimental contributions endpoints
These four endpoints have been experimental for many months:
  /coredev/v0/me/contributions
  /coredev/v0/user/{user}/contributions
  /coredev/v0/me/contributions/count
  /coredev/v0/user/{user}/contributions/count

Analytics data shows they are not receiving any traffic.
Remove to clear out the coreDevelopmentRoutes.json file for
unrelated experiments, and to reduce future code maintenance.

Bug: T305506
Change-Id: I21cf9a398638d34725a3c34d348fbad50df40153
2024-03-13 21:22:47 -05:00

9 lines
117 B
JSON

[
{
"path": "/",
"class": "MediaWiki\\Rest\\Handler\\RootSpecHandler",
"services": [
"MainConfig"
]
}
]