wuruchi
Results
1
comments of
wuruchi
I needed this feature too, but I just went for the subclassing solution: ``` class RequestCustomAuthorizer(CustomAuthorizer): ''' Overwrite CustomAuthorizer to support 'Request' type ''' def to_swagger(self) -> Dict[str, Any]: swagger:...