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.pyanddjango-rest-generator/resource.pyfrom their work. Original License header included in both files.