The default basic root view for DefaultRouter

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

{
    "menuitem": "http://app.cookshare.us/cookshare/v2/menuitem/?format=api",
    "category": "http://app.cookshare.us/cookshare/category/?format=api",
    "vendor": "http://app.cookshare.us/cookshare/vendor/?format=api",
    "distributor": "http://app.cookshare.us/cookshare/distributor/?format=api",
    "foodtype": "http://app.cookshare.us/cookshare/foodtype/?format=api",
    "cuisine": "http://app.cookshare.us/cookshare/cuisine/?format=api",
    "distribution_schedule": "http://app.cookshare.us/cookshare/distribution_schedule/?format=api",
    "menu_item_quantity": "http://app.cookshare.us/cookshare/v2/menu_item_quantity/?format=api",
    "distribution_location": "http://app.cookshare.us/cookshare/distribution_location/?format=api",
    "distribution_location_driver": "http://app.cookshare.us/cookshare/distribution_location_driver/?format=api",
    "customer_order": "http://app.cookshare.us/cookshare/customer_order/?format=api",
    "customer_order_item": "http://app.cookshare.us/cookshare/customer_order_item/?format=api",
    "processed_order": "http://app.cookshare.us/cookshare/processed_order/?format=api",
    "vendor_sales_order": "http://app.cookshare.us/cookshare/vendor_sales_order/?format=api",
    "metro_area": "http://app.cookshare.us/cookshare/metro_area/?format=api",
    "menu_tag": "http://app.cookshare.us/cookshare/menu_tag/?format=api",
    "menu_item_reviews": "http://app.cookshare.us/cookshare/menu_item_reviews/?format=api",
    "user_menu_favorite": "http://app.cookshare.us/cookshare/user_menu_favorite/?format=api",
    "cookshare_users": "http://app.cookshare.us/cookshare/cookshare_users/?format=api"
}