flask-swagger-ui
flask-swagger-ui copied to clipboard
allow interceptors to be parsed as js functions
allow config attributes that need to be functions to be parsed as js functions
according to https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md these are the attributes that are functions: requestInterceptor, responseInterceptor, operationsSorter, tagsSorter, onComplete
See #38 for an update on this