Page MenuHomePhabricator

Implement Editors Count Endpoint
Closed, ResolvedPublic

Description

This task depends on successful completion of T231598 and T231600

Acceptance Criteria:

  • Define route History count routes
    • /page/{title}/history/counts/editors
  • Request:
    • Must support HTTP GET only
    • Request body must be empty
  • Response
    • Response must return JSON
    • Response JSON must have structures:
{
    "editors": 24
}
  • editors: total number of unique editors

Event Timeline

This looks good. editors in the description has been changed to count in the implementation, but we've done that for all the other edit counts, so I'm going to mark this as done.