The default basic root view for DefaultRouter

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "articles": "http://api.gregory-ms.com/articles/",
    "authors": "http://api.gregory-ms.com/authors/",
    "categories": "http://api.gregory-ms.com/categories/",
    "sources": "http://api.gregory-ms.com/sources/",
    "trials": "http://api.gregory-ms.com/trials/",
    "teams": "http://api.gregory-ms.com/teams/",
    "subjects": "http://api.gregory-ms.com/subjects/"
}