GET /comments/{comment_id}.json
tw.comments.get(comment_id)
PUT /comments/{comment_id}.json
tw.comments.update(comment_id, body)
DELETE /comments/{comment_id}.json
tw.comments.delete(comment_id)
PUT /comments/{comment_id}/markread.json
tw.comments.read(comment_id)