app.blueprints.base.BaseResource.dispatch_request

BaseResource.dispatch_request(*args, **kwargs)

Subclasses have to override this method to implement the actual view function code. This method is called with all the arguments from the URL rule.