This viewset automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.

Additionally we also provide an extra `highlight` action.

GET /api/v1/snippets/848/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://demo.scanapi.dev/api/v1/snippets/848/?format=api",
    "id": 848,
    "highlight": "http://demo.scanapi.dev/api/v1/snippets/848/highlight/?format=api",
    "owner": "guest",
    "title": "Unicode Test",
    "code": "# Testing unicode",
    "linenos": false,
    "language": "python",
    "style": "friendly"
}