class documentation

Undocumented

Method check_duplicate_operation_id Undocumented
Method get_info Undocumented
Method get_schema Generate a OpenAPI schema.

Inherited from BaseSchemaGenerator:

Method __init__ Undocumented
Method coerce_path Coerce {pk} path arguments into the name of the model field, where possible. This is cleaner for an external representation. (Ie. "this is an identifier", not "this is a database primary key")
Method create_view Given a callback, return an actual view instance.
Method has_view_permissions Return `True` if the incoming request has the correct view permissions.
Instance Variable coerce_path_pk Undocumented
Instance Variable description Undocumented
Instance Variable endpoints Undocumented
Instance Variable patterns Undocumented
Instance Variable title Undocumented
Instance Variable url Undocumented
Instance Variable urlconf Undocumented
Instance Variable version Undocumented
Method _get_paths_and_endpoints Generate (path, method, view) given (path, method, callback) for paths.
Method _initialise_endpoints Undocumented
def check_duplicate_operation_id(self, paths): (source)

Undocumented

def get_info(self): (source)

Undocumented

def get_schema(self, request=None, public=False): (source)