Page MenuHomePhabricator

Add an API representation of Special:TrackingCategories
Closed, DuplicatePublic

Description

The data on Special:TrackingCategories should be available via the API, mostly the list of message keys and the default categories.

Probably create a TrackingCategories class that houses the code in SpecialTrackingCategories::prepareTrackingCategoriesData() and an API module that wraps around that.

Event Timeline

Probably create a TrackingCategories class that houses the code in SpecialTrackingCategories::prepareTrackingCategoriesData() and an API module that wraps around that.

This part has mostly been done already.