pyramid_swagger icon indicating copy to clipboard operation
pyramid_swagger copied to clipboard

Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.

Results 26 pyramid_swagger issues
Sort by recently updated
recently updated
newest added

tween.py currently contains this logic: ``` python # Don't attempt to validate non-success responses in 1.2 if not 200

enhancement

I think the "Pyramidic" thing to do about swagger.json would be: - Accept the file path via the app's .ini files. - Assume that the path is given as a...

It is quite easy to generate tuples of (name, pattern, method_type) from a swagger spec and provide these for users wishing to programmatically register their endpoints with pyramid. We should...

enhancement

`skip_validation` has been renamed to `exclude_paths`.

I know this is easier said than done, especially since pyramid itself hasn't commit to doing this yet, but that is the direction that the wind is blowing in terms...

Update the build badge to github workflows and delete references to currently unused resources coveralls and gitter.