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

✨Comment importer endpoint #21723

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

cathysarisky
Copy link
Contributor

@cathysarisky cathysarisky commented Nov 26, 2024

WIP.
This PR provides an endpoint that allows adding a comment to a post, using an Admin API key and specifying a member (by ID, UUID, or email). It supports one level of nesting, matching the behavior of the member/comments endpoint.

The intent is that it can be used to get comments into Ghost from other sources, including the case of a server move / changing hosts, but this is hopefully flexible enough to be used for importers from other platforms.

Note: This is not a full importer (nor is there an exporter), but the endpoint that such things could be built upon!

This should be the minimum set of core changes required for a transfer of comments from one Ghost install to another, enabling future additions to the migration tools, importers, etc.

@cathysarisky cathysarisky changed the title WIP: comment importer endpoint ✨Comment importer endpoint Nov 26, 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

Successfully merging this pull request may close these issues.

1 participant