silver8ack

Results 3 comments of silver8ack

Something seems broken with the middleware of this project. I'm not sure what it is. See issue 33 I created. I can get authentication working using the /accounts/login url as...

Here's my routes ``` app.add_route('/api/v1/healthcheck', HealthCheckResource()) app.add_route('/api/v1/resources', ResourceCollection()) app.add_route('/api/v1/resources/{id}', ResourceItem()) app.add_route('/api/v1/resources/{id}/children', ResourceChildren()) ``` Run this: `py2swagger -o swagger.json falcon main:app` And the output only has this under paths: ``` "paths":...

@alysivji I just used your plugin for a new project and it’s working like a charm. Very nice. Your project deserves more attention.