Skip to content

Read-only API for retrieving Trac data #1657

Open
@laymonage

Description

@laymonage

Per discussion in django/code.djangoproject.com#198 (comment).

The same XmlRpcPlugin for Trac that we removed in django/code.djangoproject.com#198 was also responsible for the JSON RPC (/jsonrpc endpoint). The endpoint seems useful for extracting data to gain insights, e.g.

Instead of restoring the old API, which relies on an old Trac plugin and does not give us full control over the output, we probably want to create our own API.

There is a draft PR at #1656.

For now, I think it's OK to limit the scope of the API to be read-only. If we find use cases for a write API, we can file a separate issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pythonPull requests that update Python codetrac

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions