HTTP Routing Table
/posts | ||
GET /posts/(int:post_id) | ||
POST /posts/(int:post_id) | ||
/users | ||
GET /users/(int:user_id)/posts/(tag) |
/posts | ||
GET /posts/(int:post_id) | ||
POST /posts/(int:post_id) | ||
/users | ||
GET /users/(int:user_id)/posts/(tag) |