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

Redo API... Follow this guide #35

Open
teykamp opened this issue Jul 12, 2023 · 0 comments
Open

Redo API... Follow this guide #35

teykamp opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@teykamp
Copy link
Owner

teykamp commented Jul 12, 2023

/api/posts: get all posts (get, post, del)
/api/post/: get post given (get, del, update)

/api/comment/: get comment given (get, del, update)
/api/post//comments: get all comments on post given (get, post)

/api/tags: get all tags (get, post)
/api/post//tags: get all tags on a post given (get, post)
/api/tag/: get specific tag (get, update, delete)

@teykamp teykamp added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant