[openapi] Change from rest_framework_swagger to drf-yasg
rest_framework swagger has been deprecated with with recommendation to use drf-yasg to produce the API page. The package also allows to generate openapi spec files to be rendered by sphinx which will be used to generate a more up to date version of the API documentation.
Showing
- beat/web/settings/settings.py 5 additions, 2 deletionsbeat/web/settings/settings.py
- beat/web/urls.py 52 additions, 35 deletionsbeat/web/urls.py
- dev.yml 2 additions, 1 deletiondev.yml
- doc/api/conf.py 1 addition, 0 deletionsdoc/api/conf.py
- doc/api/specs/swagger.yaml 4690 additions, 0 deletionsdoc/api/specs/swagger.yaml
- doc/api/web_api.rst 2 additions, 0 deletionsdoc/api/web_api.rst
- doc/conf.py 1 addition, 0 deletionsdoc/conf.py
- requirements.txt 3 additions, 1 deletionrequirements.txt
Loading
Please register or sign in to comment