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`
176
+
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.8/swagger-codegen-cli-2.4.8.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`)
310
320
311
-
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)
321
+
You can also download the JAR (latest release) directly from [maven.org](http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.8/swagger-codegen-cli-2.4.8.jar)
312
322
313
323
To get a list of **general** options available, please run `java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar help generate`
314
324
@@ -892,6 +902,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
@@ -1167,6 +1178,9 @@ Who is eligible? Those who want to join must have at least 3 PRs merged into a g
1167
1178
| Swift |@ehyche (2017/08) |
1168
1179
| TypeScript ||
1169
1180
1181
+
# Security contact
1182
+
1183
+
Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker.
1170
1184
1171
1185
# License information on Generated Code
1172
1186
@@ -1177,10 +1191,10 @@ The Swagger Codegen project is intended as a benefit for users of the Swagger /
1177
1191
1178
1192
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.
1179
1193
1180
-
License
1181
-
-------
1194
+
# License
1182
1195
1183
-
Copyright 2018 SmartBear Software
1196
+
```
1197
+
Copyright 2019 SmartBear Software
1184
1198
1185
1199
Licensed under the Apache License, Version 2.0 (the "License");
1186
1200
you may not use this file except in compliance with the License.
@@ -1191,3 +1205,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
1191
1205
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1192
1206
See the License for the specific language governing permissions and
0 commit comments