You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same XmlRpcPlugin that we removed in #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.
Per discussion in #198 (comment).
The same XmlRpcPlugin that we removed in #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.
@bmispelon has started a draft PR at django/djangoproject.com#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.
The text was updated successfully, but these errors were encountered: