Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-only API for retrieving data #215

Closed
laymonage opened this issue Oct 8, 2024 · 1 comment
Closed

Read-only API for retrieving data #215

laymonage opened this issue Oct 8, 2024 · 1 comment

Comments

@laymonage
Copy link

laymonage commented Oct 8, 2024

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.

@laymonage
Copy link
Author

Oops, just realised the API will live on the djangoproject.com repo. Will create a new one there instead...

@laymonage laymonage closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant