Page MenuHomePhabricator

Implement bot edit 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/botedits
  • Request:
    • Must support HTTP GET only
    • Request body must be empty
  • Response
    • Response must return JSON
    • Response JSON must have structures:
{
    "botedits": 175
}
  • botedits: total number of edits by bots
    • Bot edits are defined as: Edits made by User who are part of the User Group: Bots