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.co/api/farms/",
    "harvests": "http://beanchain.co/api/harvests/",
    "actors": "http://beanchain.co/api/actors/",
    "transactions": "http://beanchain.co/api/transactions/",
    "due-diligence": "http://beanchain.co/api/due-diligence/",
    "soil-analyses": "http://beanchain.co/api/soil-analyses/",
    "harvest-microbiomes": "http://beanchain.co/api/harvest-microbiomes/",
    "sensory-profiles": "http://beanchain.co/api/sensory-profiles/"
}