forked from loafle/openapi-generator-original
Added python example
This commit is contained in:
parent
152c083e2e
commit
e31b113f51
@ -70,6 +70,11 @@ for example:
|
|||||||
./bin/generate-php-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files"
|
./bin/generate-php-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files"
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
#### Python
|
||||||
|
<pre>
|
||||||
|
./bin/generate-python-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files"
|
||||||
|
</pre>
|
||||||
|
|
||||||
The main class for the generator is at src/main/java/com/wordnik/swagger/codegen/config/java/JavaLibCodeGen.java
|
The main class for the generator is at src/main/java/com/wordnik/swagger/codegen/config/java/JavaLibCodeGen.java
|
||||||
|
|
||||||
The code-gen uses the antlr string template library for generating the output files, please look at
|
The code-gen uses the antlr string template library for generating the output files, please look at
|
||||||
|
Loading…
x
Reference in New Issue
Block a user