Closed
Description
Follow-up to: encode/django-rest-framework#4244
Options:
- This package handles all things OpenAPI/Swagger related. CoreAPI currently converts OpenAPI to CoreAPI documents, while this prototype is focusing on generation of the OpenAPI spec from the CoreAPI doc. This package could potentially handle all of it. Django is supported as a contrib package, but other frameworks like Flask and Falcon could also be supported.
- This project gets split: the converter gets merged into CoreAPI and the contrib bit gets pushed into django-rest-swagger.
Follow-up with @tomchristie.