You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. `Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.5/swagger-codegen-cli-2.4.5.jar`
174
+
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. `Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.7/swagger-codegen-cli-2.4.7.jar`
(if you're on Windows, replace the last command with `java -jar modules\swagger-codegen-cli\target\swagger-codegen-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json -l php -o c:\temp\php_api_client`)
314
318
315
-
You can also download the JAR (latest release) directly from [maven.org](http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.5/swagger-codegen-cli-2.4.5.jar)
319
+
You can also download the JAR (latest release) directly from [maven.org](http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.7/swagger-codegen-cli-2.4.7.jar)
316
320
317
321
To get a list of **general** options available, please run `java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar help generate`
318
322
@@ -1172,6 +1176,9 @@ Who is eligible? Those who want to join must have at least 3 PRs merged into a g
1172
1176
| Swift |@ehyche (2017/08) |
1173
1177
| TypeScript ||
1174
1178
1179
+
# Security contact
1180
+
1181
+
Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker.
1175
1182
1176
1183
# License information on Generated Code
1177
1184
@@ -1182,10 +1189,10 @@ The Swagger Codegen project is intended as a benefit for users of the Swagger /
1182
1189
1183
1190
When code is generated from this project, it shall be considered **AS IS** and owned by the user of the software. There are no warranties--expressed or implied--for generated code. You can do what you wish with it, and once generated, the code is your responsibility and subject to the licensing terms that you deem appropriate.
1184
1191
1185
-
License
1186
-
-------
1192
+
# License
1187
1193
1188
-
Copyright 2018 SmartBear Software
1194
+
```
1195
+
Copyright 2019 SmartBear Software
1189
1196
1190
1197
Licensed under the Apache License, Version 2.0 (the "License");
1191
1198
you may not use this file except in compliance with the License.
@@ -1196,3 +1203,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
1196
1203
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1197
1204
See the License for the specific language governing permissions and
0 commit comments