mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 19:10:55 +00:00
In api.mustache the name of content-type is `Content-Type`, but in swagger.mustache the name of content-type is `Content-type`.
Requirements.
Python 2.7 and later.
Setuptools
You can install the bindings via Setuptools.
python setup.py install
Or you can install from Github via pip:
pip install git+https://github.com/geekerzp/SwaggerPetstore-python.git
To use the bindings, import the pacakge:
import SwaggerPetstore
Manual Installation
If you do not wish to use setuptools, you can download the latest release. Then, to use the bindings, import the package:
import path.to.SwaggerPetstore-python.SwaggerPetstore
Getting Started
TODO
Documentation
TODO
Tests
TODO