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

Test endpoints #44

Open
imbrian opened this issue Jan 16, 2016 · 1 comment
Open

Test endpoints #44

imbrian opened this issue Jan 16, 2016 · 1 comment
Assignees

Comments

@imbrian
Copy link

imbrian commented Jan 16, 2016

No description provided.

@imbrian imbrian assigned imbrian and unassigned imbrian Jan 16, 2016
@ryan-jagger ryan-jagger self-assigned this Jan 16, 2016
@ryan-jagger
Copy link

/api/board Router

GET /posts (get all posts and categories) // []
POST /post/create (new post)
GET /post/read/:id (post content)
GET /post/replies/:id (all replies) // []
POST /post/replies/:id (create reply)
GET /category/:category (get individual category) // currently fetching all categories
PUT /post/read/:id/upvote (upvote a post)
PUT /post/replies/:id/thumb (thumb up a reply)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants