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

Feature: API to post content #447

Open
awietz opened this issue Jul 26, 2024 · 1 comment
Open

Feature: API to post content #447

awietz opened this issue Jul 26, 2024 · 1 comment

Comments

@awietz
Copy link
Contributor

awietz commented Jul 26, 2024

Add an API that allows a user to post content in markdown syntax, to make it possible for people to automate their postings, e.g. when their blog has new content.

Users can generate a token in their profile, which can be used to authenticate.

There is only one endpoint, to make a post.

The API is rate limited to allow (for example) one post every minute and max five per hour.
Actual limits to be considered.

Use JSON API standard.

Use all the Laravel defaults and available packages for the implementation.

Consider how images are best supported.

@putheakhem
Copy link

putheakhem commented Aug 29, 2024

I would love to see this feature and how expert tackle this feature for beginner to follow

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

2 participants