The default basic root view for DefaultRouter

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

{
    "content_items": "https://library.into-action.us/api/v1/content_items/",
    "tags": "https://library.into-action.us/api/v1/tags/",
    "collections": "https://library.into-action.us/api/v1/collections/",
    "search": "https://library.into-action.us/api/v1/search/"
}