forked from loafle/openapi-generator-original
* Added new cli option to define the request date converter * Fixed a few build errors * Update api.mustache * Fixed api mustache * Removed unused import * Fixing mustache templates * Tweaking mustache templates * Added sample and new bat file TODO create new openapi 2.0 source file to simulate the datestring via schema. * Tweaking mustache templates * Updated templates and samples * Fixed build error * Updated samples * Fixed path
11 lines
728 B
Batchfile
11 lines
728 B
Batchfile
call powershell -command "& '%~dp0\kotlin-client-gson.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-moshi-codegen.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-nonpublic.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-okhttp3.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-petstore-multiplatform.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-petstore.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-string.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-threetenbp.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-nullable.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-json-request-date.bat'"
|
|
call powershell -command "& '%~dp0\kotlin-client-retrofit2.bat'" |