Please enable JavaScript.
Coggle requires JavaScript to display documents.
APIView - Coggle Diagram
APIView
Attributes
renderer_classes
api_settings.DEFAULT_RENDERER_CLASSES
parser_classes
api_settings.DEFAULT_PARSER_CLASSES
authentication_classes
api_settings.DEFAULT_AUTHENTICATION_CLASSES
throttle_classes
api_settings.DEFAULT_THROTTLE_CLASSES
permission_classes
api_settings.DEFAULT_PERMISSION_CLASSES
content_negotiation_class
api_settings.DEFAULT_CONTENT_NEGOTIATION_CLASS
metadata_class
api_settings.DEFAULT_METADATA_CLASS
versioning_class
api_settings.DEFAULT_VERSIONING_CLASS
settings
api_settings
schema
DefaultSchema()
throttled
as_view
allowed_methods
default_response_headers
http_method_not_allowed
permission_denied
get_authenticate_header
get_renderer_context
get_parser_context
get_exception_handler_context
get_view_name
get_view_description
get_view_description
get_renderers
get_parsers
get_authenticators
get_permissions
get_throttles
get_content_negotiator
get_exception_handler
perform_content_negotiation
perform_authentication
check_permissions
check_object_permissions
check_throttles
determine_version
initialize_request
initial
finalize_response
handle_exception
raise_uncaught_exception
dispatch
options