跳转到主要内容

Django connexion扩展

项目描述

Django Connexion

这是connexion库的django API。

入门

安装

使用poetry

poetry add git+https://github.com/buserbrasil/django-connexion.git#main

使用pip

pip install git+https://github.com/buserbrasil/django-connexion.git

使用

from django_connexion import DjangoApi

doc_api = DjangoApi("openapi.json") # path to openapi file (json or yaml).

# ... any code

urlpatterns = [
  path("", doc_api.urls),
  # ... rest of urls
  path('admin/', admin.site.urls),
]

支持者

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面