falsy icon indicating copy to clipboard operation
falsy copied to clipboard

FAL.S.Y python api framework(the framework for using falcon, swagger, yaml together)

Results 5 falsy issues
Sort by recently updated
recently updated
newest added

Hello, I'm currently using Falsy and I noticed that a deleted method is used in a file. Falcon's 2.0.0 release deleted the method "**get_param_as_dict**" that is used in the [operator_loader.py](https://github.com/pingf/falsy/blob/master/falsy/swagger_proxy/operator_loader.py)...

I just discovered your project today and would be interested in how it compares to our [Connexion API-First Framework](https://github.com/zalando/connexion). I'm one of the maintainers of Connexion.

Will the OpenAPI 3.0 specs be supported

I need to add authentication/authorization to my API. I guess that I will do it with the JWT access token. How can add the corresponding middleware to the falsy API?