Generates a Django rest client based on an OpenAPI/swagger schema on the fly.
To install from Github directly:
pip install git+https://github.com/canonical/django-rest-generator.git#egg=django-rest-generator
- @certego for
certego/django-rest-client
, inspiration for this project. Deriveddjango-rest-generator/client.py
anddjango-rest-generator/resource.py
from their work. Original License header included in both files.