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
Release history Release notifications | RSS feed
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.1.tar.gz
(6.9 kB
view hashes)
Built Distribution
Close
Hashes for django_connexion-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed45493ee59dda30f9a2b11733492d9a8006bad4bc9ba934230c56aabe21b5e2 |
|
MD5 | aa296d6da99e2d000e7d7c99af3674fd |
|
BLAKE2b-256 | 22626bd1dc893c0525c635bc2fabc4b7c46b72a4f2fa62a93577bf3652a72804 |