File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1 (2018-05-15)
2
+
3
+ * Change students home_language 'Telegu' to 'Telugu'
4
+
1
5
## 1.0.0 (2017-12-14)
2
6
3
7
* Swagger generated library supporting API 2.0
Original file line number Diff line number Diff line change 88
88
89
89
3 . Run this command in the swagger-codegen repo
90
90
```
91
- java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i $PATH_TO_SWAGGER_API_REPO/v1.2 -client.yml -c $PATH_TO_THIS_REPO/override/config.json -l php -o $PATH_TO_THIS_REPO --additional-properties packageVersion=$VERSION
91
+ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i $PATH_TO_SWAGGER_API_REPO/v2.0 -client.yml -c $PATH_TO_THIS_REPO/override/config.json -l php -o $PATH_TO_THIS_REPO --additional-properties packageVersion=$VERSION
92
92
```
93
93
94
94
4 . Run ` make override ` to copy over the override files
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ public function getModelName()
337
337
const HOME_LANGUAGE_SWAHILI = 'Swahili ' ;
338
338
const HOME_LANGUAGE_TAGALOG = 'Tagalog ' ;
339
339
const HOME_LANGUAGE_TAMIL = 'Tamil ' ;
340
- const HOME_LANGUAGE_TELEGU = 'Telegu ' ;
340
+ const HOME_LANGUAGE_TELUGU = 'Telugu ' ;
341
341
const HOME_LANGUAGE_THAI = 'Thai ' ;
342
342
const HOME_LANGUAGE_TIGRINYA = 'Tigrinya ' ;
343
343
const HOME_LANGUAGE_TURKISH = 'Turkish ' ;
@@ -472,7 +472,7 @@ public function getHomeLanguageAllowableValues()
472
472
self ::HOME_LANGUAGE_SWAHILI ,
473
473
self ::HOME_LANGUAGE_TAGALOG ,
474
474
self ::HOME_LANGUAGE_TAMIL ,
475
- self ::HOME_LANGUAGE_TELEGU ,
475
+ self ::HOME_LANGUAGE_TELUGU ,
476
476
self ::HOME_LANGUAGE_THAI ,
477
477
self ::HOME_LANGUAGE_TIGRINYA ,
478
478
self ::HOME_LANGUAGE_TURKISH ,
Original file line number Diff line number Diff line change 88
88
89
89
3 . Run this command in the swagger-codegen repo
90
90
```
91
- java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i $PATH_TO_SWAGGER_API_REPO/v1.2 -client.yml -c $PATH_TO_THIS_REPO/override/config.json -l php -o $PATH_TO_THIS_REPO --additional-properties packageVersion=$VERSION
91
+ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i $PATH_TO_SWAGGER_API_REPO/v2.0 -client.yml -c $PATH_TO_THIS_REPO/override/config.json -l php -o $PATH_TO_THIS_REPO --additional-properties packageVersion=$VERSION
92
92
```
93
93
94
94
4 . Run ` make override ` to copy over the override files
You can’t perform that action at this time.
0 commit comments