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

Allow users to post to a group #63

Closed
5 tasks
achan opened this issue Apr 19, 2015 · 1 comment
Closed
5 tasks

Allow users to post to a group #63

achan opened this issue Apr 19, 2015 · 1 comment
Assignees

Comments

@achan
Copy link
Member

achan commented Apr 19, 2015

Interact with a JSONAPI-compliant endpoint at /api/v1/posts.

Manage posts

  • Create a post
    • /:group_slug/posts/new
  • Edit an existing post
    • /:group_slug/posts/:post_id/edit
  • View an existing post
    • /:group_slug/:post_id/:post_slug
  • Delete an existing post
  • List the posts in a group
    • /:group_slug/posts
@achan achan self-assigned this Apr 19, 2015
@achan achan mentioned this issue Apr 19, 2015
9 tasks
@achan
Copy link
Member Author

achan commented Apr 27, 2015

Closed by #64.

@achan achan closed this as completed Apr 27, 2015
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