The default basic root view for DefaultRouter

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

{
    "farms": "http://beanchain.encisosystems.com/api/farms/",
    "harvests": "http://beanchain.encisosystems.com/api/harvests/",
    "actors": "http://beanchain.encisosystems.com/api/actors/",
    "transactions": "http://beanchain.encisosystems.com/api/transactions/",
    "due-diligence": "http://beanchain.encisosystems.com/api/due-diligence/"
}