How to use the keyword arguments in Flask-RESTless
问题 Me and a buddy have been reading through the docs for Flask-RESTless and it says: The arguments to the preprocessor and postprocessor functions will be provided as keyword arguments, so you should always add **kw as the final argument when defining a preprocessor or postprocessor function. but it doesn't specify how we can use these keyword argument to pass info to the pre- or postprocessor. Can anyone tell us how to do this? Our create_api looks like this right now: create_api(Foo, methods=[