Oxidoc API
Comments
| Method | Path | Description |
|---|---|---|
| GET | /posts/{postId}/comments | Get comments for a post |
Posts
| Method | Path | Description |
|---|---|---|
| GET | /posts | List posts |
| POST | /posts | Create a post |
| GET | /posts/{postId} | Get post by ID |
Todos
| Method | Path | Description |
|---|---|---|
| GET | /todos | List todos |
Users
| Method | Path | Description |
|---|---|---|
| GET | /users | List users |
| GET | /users/{userId} | Get user by ID |