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

{
    "id": 4,
    "name": "Adam",
    "email": null,
    "linkedin": null,
    "twitter": "https://twitter.com/Hexacorn",
    "website": "https://www.hexacorn.com/",
    "github": null
}