flask-swagger-ui icon indicating copy to clipboard operation
flask-swagger-ui copied to clipboard

allow interceptors to be parsed as js functions

Open carlosreif opened this issue 4 years ago • 1 comments

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

carlosreif avatar Sep 25 '20 16:09 carlosreif

See #38 for an update on this

Dsolnik avatar Dec 23 '20 17:12 Dsolnik