forked from loafle/openapi-generator-original
* Added new additional parameter to allow nullable api return types * Tweaking samples and .bat files I've added new .bat files for the kotlin-client to alllow windows-devs to re-generate required samples via windows-shell (for CI).
8 lines
521 B
Batchfile
8 lines
521 B
Batchfile
call powershell -command "& '%~dp0\kotlin-client-gson.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'" |