Views# banjo.views.api(request)[source]# A view which renders the API index page. banjo.views.api_json(request)[source]# Returns a JSON representation of available API routes banjo.views.describe_route(urlpattern)[source]# Introspects data from a url pattern banjo.views.get_routes()[source]# Returns a list of dicts, each describing a route in the app.