-
-
Notifications
You must be signed in to change notification settings - Fork 177
Ecosystem
Tim Schumacher edited this page Jun 12, 2018
·
16 revisions
A list of a few apispec-related repositories. Please don't hesitate to add yours here.
- jmcarp/flask-apispec - Lightweight tool for building REST APIs in Flask, integrating webargs, marshmallow, and apispec
- 4Catalyzer/flask-resty - "Building blocks for REST APIs for Flask"
- klen/flask-restler - "Yet another REST library for Flask"
- frol/flask-restplus-server-example - Example application that uses a patched version of Flask-RESTPlus that integrates with webargs, marshmallow, and apispec.
- AndrewPashkin/apispec_restful - Integration with Flask-RESTful
- theirix/apispec-flask-restful - Flask-RESTful plugin for apispec
- mathewmarcus/apispec-chalice - Chalice plugin for apispec
- timakro/apispec-oneofschema - Plugin for apispec providing support for Marshmallow-OneOfSchema schemas
-
timakro/apispec-swaggerinherit - Plugin for apispec adding support for Swagger-style inheritance using
allOf