flask_restful_dbbase.resources.ModelResource.dispatch_request

ModelResource.dispatch_request(*args, **kwargs)

The actual view function behavior. Subclasses must override this and return a valid response. Any variables from the URL rule are passed as keyword arguments.