Snippet Instance
This viewset automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.
Additionally we also provide an extra `highlight` action.
GET /api/v1/snippets/715/?format=api
{ "url": "http://demo.scanapi.dev/api/v1/snippets/715/?format=api", "id": 715, "highlight": "http://demo.scanapi.dev/api/v1/snippets/715/highlight/?format=api", "owner": "tacho", "title": "Hello World", "code": "print('hello world')", "linenos": false, "language": "python", "style": "xcode" }