Resource | Description |
---|---|
GET /api/v2/users/:user_id/tweets | List tweets |
GET /api/v2/users/:user_id/tweets/:id | Show a tweet |
POST /api/v2/users/:user_id/tweets | Create a tweet |
PUT /api/v2/users/:user_id/tweets/:id | Update a tweet |
DELETE /api/v2/users/:user_id/tweets/:id | Destroy a tweet |
Resource | Description |
---|---|
GET /api/v2/users | List users |
GET /api/v2/users/:id | Show an user |
POST /api/v2/users | Create an user |
PUT /api/v2/users/:id | Update an user |
DELETE /api/v2/users/:id | Destroy an user |