GET /auth
POST /auth
POST /users/:id
GET /users
GET /users/:id
GET /posts
GET /posts/top
GET /posts/tag/:tagname
GET /posts/:id
POST /posts/
PUT /posts/:id
DELETE /posts/:id
GET /posts/answers/:id
POST /posts/answers/:id
DELETE /posts/answers/:id
GET /posts/comments/:id
POST /posts/comments/:id
DELETE /posts/comments/:id
GET /tags
GET /tags/:tagname