flask_restful_dbbase.resources.DBBaseResource.dispatch_request¶
- DBBaseResource.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.