Snippet List
This viewset automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.
Additionally we also provide an extra `highlight` action.
GET /api/v1/snippets/
{
"count": 0,
"next": null,
"previous": null,
"results": []
}