wing328
|
cbccee9c39
|
update csharp doc with minor enhancements and bug fixes
|
2016-04-18 00:19:16 +08:00 |
|
wing328
|
8c0cff57ba
|
Merge pull request #2595 from KevinGlinski/csharpdoc
[CSharp] Add auto-generated CSharp documentation in Markdown
|
2016-04-17 22:47:02 +08:00 |
|
wing328
|
a0b429d690
|
Merge branch 'issue2374' of https://github.com/kolyjjj/swagger-codegen into kolyjjj-issue2374
Conflicts:
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/ApiException.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/ApiOriginFilter.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/ApiResponseMessage.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/NotFoundException.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/PetApi.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/StoreApi.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/api/UserApi.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/configuration/SwaggerConfig.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/configuration/SwaggerUiConfiguration.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/configuration/WebApplication.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/configuration/WebMvcConfiguration.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/model/ApiResponse.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/model/Category.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/model/Order.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/model/Pet.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/model/Tag.java
samples/server/petstore/spring-mvc/src/main/java/io/swagger/model/User.java
|
2016-04-17 17:47:58 +08:00 |
|
wing328
|
8d450a29da
|
Merge pull request #2608 from guohuang/issue2359
issue#2359: added README document generation for Go
|
2016-04-17 16:14:59 +08:00 |
|
wing328
|
9257c94985
|
Merge branch 'bug' of https://github.com/guohuang/swagger-codegen into guohuang-bug
|
2016-04-17 16:09:27 +08:00 |
|
wing328
|
8af6903757
|
Merge branch 'issue2611' of https://github.com/guohuang/swagger-codegen into guohuang-issue2611
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/GoClientCodegen.java
samples/client/petstore/go/pet_api_test.go
|
2016-04-17 16:02:12 +08:00 |
|
Guo Huang
|
81a39990f4
|
Removed "packageName" folder for easy installation
|
2016-04-16 17:00:46 -07:00 |
|
Guo Huang
|
d72b501e40
|
added required parameters validation for Go
|
2016-04-16 16:43:04 -07:00 |
|
Guo Huang
|
a8273b9f08
|
changed code to use pacageVersion, removed unneeded comments
|
2016-04-16 15:47:34 -07:00 |
|
Guo Huang
|
c458834652
|
updated pom file, temporary disable unit test errors
|
2016-04-16 15:37:49 -07:00 |
|
wing328
|
5f6cc62802
|
fix test case
|
2016-04-17 03:51:38 +08:00 |
|
wing328
|
a3c6d3af5e
|
restore petstore.json from petstore.yaml
|
2016-04-17 03:25:12 +08:00 |
|
wing328
|
bb8db88b95
|
Merge pull request #2620 from wing328/petstore_json_restore
Update shell script to use petstore.yaml instead of petstore.json
|
2016-04-16 19:17:07 +08:00 |
|
wing328
|
1d5a0e5b33
|
update sample for JS closure angular
|
2016-04-16 18:11:40 +08:00 |
|
wing328
|
1fb3edc612
|
update akka-scala petstore, minor fix
|
2016-04-16 17:49:34 +08:00 |
|
wing328
|
8b45d88b93
|
Merge pull request #2322 from gibiansky/better-haskell-servant
Improve Haskell Code Generation
|
2016-04-16 17:26:52 +08:00 |
|
wing328
|
4b4b62b1a3
|
Merge pull request #2613 from tomekc/swift-validate-response
[swift] Check server response and fail request in case of non-2xx response
|
2016-04-16 16:36:25 +08:00 |
|
Guo Huang
|
69150883c1
|
added pom.mustache to generate pom.xml
|
2016-04-15 14:57:47 -07:00 |
|
wing328
|
0b42b533d9
|
add new files
|
2016-04-16 00:44:36 +08:00 |
|
wing328
|
79decc53a1
|
fix requireParameterCount in scala
|
2016-04-16 00:09:15 +08:00 |
|
wing328
|
c317f99466
|
fix required parameter in scala api client
|
2016-04-15 23:08:16 +08:00 |
|
wing328
|
87e542c69c
|
replace requiredParam with reuqired
|
2016-04-15 22:54:46 +08:00 |
|
Tomek Cejner
|
1fa5c73dcc
|
[swift] Validate response; return error in case if non 2xx status.
|
2016-04-15 16:45:35 +02:00 |
|
wing328
|
51d254973a
|
Merge pull request #2573 from hcwilhelm/replace-requiredParamCount
replaced requiredParamCount with allParams
|
2016-04-15 22:04:45 +08:00 |
|
wing328
|
c575b3f498
|
Merge pull request #2587 from fabdslv/issue-2451
[Java + Android] Update dependencies and generate samples
|
2016-04-15 20:34:06 +08:00 |
|
wing328
|
4d85314fea
|
Merge pull request #2606 from wing328/spring-mvc-request-header
[Java][SpringMVC] To fix header parameter annotation using baseName
|
2016-04-15 16:40:11 +08:00 |
|
Guo Huang
|
11f90de808
|
issue#2543: added api_client to set content-type and accept for http request
|
2016-04-14 16:11:14 -07:00 |
|
Guo Huang
|
5fad90c3f6
|
issue#2359: added README document generation for Go
|
2016-04-14 14:10:15 -07:00 |
|
Kevin Glinski
|
96bf984fcf
|
fixing module names
|
2016-04-14 13:23:33 -04:00 |
|
wing328
|
7da2893e0e
|
to fix #2585
|
2016-04-15 00:42:59 +08:00 |
|
kolyjjj
|
c6068dcd9b
|
[issue-2374][koly] use three brackets to unescape variables
|
2016-04-14 22:20:00 +08:00 |
|
kolyjjj
|
4b6aec0d6f
|
merge
|
2016-04-14 21:51:01 +08:00 |
|
kolyjjj
|
4b7233063c
|
[issue-2374][koly] add return class in @apiresponse and use java languageSpecificPrimitives in super class
|
2016-04-14 21:32:52 +08:00 |
|
Kevin Glinski
|
f02ee42594
|
merge from upstream
|
2016-04-14 08:35:05 -04:00 |
|
Kevin Glinski
|
2beeabb33a
|
fixing typeos
|
2016-04-14 08:22:56 -04:00 |
|
Kevin Glinski
|
a7a39ab08b
|
adding readme text and nav links
|
2016-04-14 08:18:55 -04:00 |
|
wing328
|
4f84c7d3bc
|
Merge pull request #2583 from cjolif/nilasdefault
make sure user is not forced to pass nil for optional parameters
|
2016-04-14 19:23:24 +08:00 |
|
wing328
|
d260604d34
|
Merge pull request #2574 from pixelshaded/feature/HandleFalseyParams
[Typescript-Node] Verify required parameter is not undefined instead of falsey.
|
2016-04-14 17:52:38 +08:00 |
|
wing328
|
09af45c20f
|
Merge pull request #2513 from jaz-ah/issue/2512
[Android] fix issue 2512: crash w/ NPE when dereferencing networkStatus which c…
|
2016-04-14 17:11:18 +08:00 |
|
wing328
|
31120590f5
|
regenerate csharp sample
|
2016-04-14 16:30:22 +08:00 |
|
wing328
|
f4e69597e5
|
fix typo
|
2016-04-14 16:24:06 +08:00 |
|
wing328
|
d19ed8a89b
|
fix php test cases with petstore test yaml
|
2016-04-14 16:19:38 +08:00 |
|
wing328
|
1b10a513ff
|
Merge pull request #2594 from guohuang/issue2589
issue#2589: added fully qualified names memory stream for C#
|
2016-04-14 15:54:46 +08:00 |
|
Joseph Zuromski
|
7bbe4404d7
|
fix regression introduced in commit 00c97c8ff6
|
2016-04-14 00:44:30 -07:00 |
|
wing328
|
c702a6aaa4
|
regenerate go sample, rename configuration.go
|
2016-04-14 15:15:19 +08:00 |
|
wing328
|
c880928519
|
Merge pull request #2596 from jaz-ah/swift/spacing
[Swift] minor spacing cleanup in Models.mustache
|
2016-04-14 14:55:02 +08:00 |
|
Joseph Zuromski
|
8331aac869
|
Merge branch 'master' into issue/2512
|
2016-04-13 23:37:45 -07:00 |
|
Joseph Zuromski
|
86a7637010
|
[Swift] minor spacing cleanup in Models.mustache
|
2016-04-13 23:36:16 -07:00 |
|
wing328
|
994a77573d
|
Merge pull request #2592 from guohuang/issue2582
issue#2582: change go api file name to snake case
|
2016-04-14 14:35:59 +08:00 |
|
wing328
|
cf4e01e4dd
|
Merge pull request #2591 from neilotoole/issue-2564-export-params-vendor
Issue #2564 : Query structs now export their fields
|
2016-04-14 14:15:08 +08:00 |
|