Skip to main content

Django connexion extension

Project description

Django Connexion

This is a django api for connexion lib.

Get started

Install

With poetry:

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

With pip:

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

Use

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),
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_connexion-0.0.2.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

django_connexion-0.0.2-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page