-
-
Notifications
You must be signed in to change notification settings - Fork 177
Ecosystem
Aly Sivji edited this page Jul 30, 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"
- ergo/pyramid_apispec - ApiSpec helpers + api explorer for Pyramid REST applications
- Nobatek/flask-rest-api - REST API framework built upon marshmallow, webargs, and apispec.
- frol/flask-restplus-server-example - Example application that uses a patched version of Flask-RESTPlus that integrates with webargs, marshmallow, and apispec.
- alysivji/falcon-apispec - Falcon plugin for apispec
- AndrewPashkin/apispec_restful - Integration with Flask-RESTful
- brunoais/apispec-clear-unusable - Plugin for apispec which helps reusing the documentation on a muti-endpoint function/method by deleting rules that are invalid for the current setup
- brunoais/apispec-decorated-crawler - Plugin for apispec which helps reusing the documentation by using a decorated function stack.
- 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