Guo Huang
|
7df5c8ffbf
|
added model ApiResponse, moved ApiResponse parameter
|
2016-04-23 16:41:14 -07:00 |
|
Guo Huang
|
e7df5f9551
|
fixed multiple import mapping issue
|
2016-04-23 09:52:17 -07:00 |
|
Guo Huang
|
fe1afc35e6
|
Removed fileParams as the file content will be posted via postBody, fixed file upload issue
|
2016-04-19 11:46:57 -07:00 |
|
wing328
|
c375f2fed5
|
Merge pull request #2629 from yonaskolb/param_unescape
Add unescaped Parameter description
|
2016-04-18 11:18:22 +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 |
|
Yonas Kolb
|
9e19114c15
|
unescape parameter description
|
2016-04-17 19:11:04 +10: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
|
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
|
a8273b9f08
|
changed code to use pacageVersion, removed unneeded comments
|
2016-04-16 15:47:34 -07: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 |
|
Guo Huang
|
69150883c1
|
added pom.mustache to generate pom.xml
|
2016-04-15 14:57:47 -07: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 |
|
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
|
a7a39ab08b
|
adding readme text and nav links
|
2016-04-14 08:18:55 -04: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 |
|
wing328
|
c702a6aaa4
|
regenerate go sample, rename configuration.go
|
2016-04-14 15:15:19 +08: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 |
|
Guo Huang
|
35fbb3e53a
|
updated csharp project to use System.IO.Stream instead of Stream to avoid namespace issue
|
2016-04-13 22:44:00 -07:00 |
|
Guo Huang
|
ad1bb22661
|
fixed model file name to be snake case
|
2016-04-13 22:26:03 -07:00 |
|
Kevin Glinski
|
ffff0ab535
|
adding csharp documentation
|
2016-04-13 21:50:35 -04:00 |
|
Guo Huang
|
2dca8b003d
|
issue#2589: added fully qualified names memory stream for C#
|
2016-04-13 16:56:36 -07:00 |
|
Guo Huang
|
eb7d3dfe15
|
issue#2582: change go api file name to snake case
|
2016-04-13 15:40:11 -07:00 |
|
Neil O'Toole
|
2f3897f6d5
|
Issue #2564 : Query structs now export their fields
|
2016-04-13 16:05:03 -06:00 |
|
wing328
|
410723d23b
|
Merge pull request #2577 from guohuang/issue2569
issue #2569: added model tests for Go
|
2016-04-13 15:43:33 +08:00 |
|
Guo Huang
|
579e356e5b
|
removed unneeded test fields
|
2016-04-12 20:38:19 -07:00 |
|
wing328
|
01ad3c3d3a
|
Merge pull request #2563 from neilotoole/issue-2561-post-process-params
Issue #2561 : set isXYZParam flags before postProcessParameter [updated]
|
2016-04-13 09:02:58 +08:00 |
|
Guo Huang
|
b4bc0be0cb
|
fixed all model test errors
|
2016-04-12 17:05:01 -07:00 |
|
Guo Huang
|
68f4113429
|
issue #2569: added model tests for Go
|
2016-04-12 16:07:09 -07:00 |
|
Neil O'Toole
|
30a1330c08
|
Issue #2561 : set isXYZParam flags before postProcessParameters
|
2016-04-11 12:24:52 -06:00 |
|
wing328
|
38903aa7f3
|
add support for python2
|
2016-04-12 00:43:13 +08:00 |
|
wing328
|
3e13f69b53
|
Merge pull request #2558 from wing328/master
[Go] update type mapping, fix indention in go model
|
2016-04-12 00:01:54 +08:00 |
|
wing328
|
d8963d0a85
|
udpate type mapping for go, fix indention in go model
|
2016-04-11 23:44:06 +08:00 |
|
wing328
|
0e1f1606cd
|
update js code gen to handle different type, format
|
2016-04-11 22:20:30 +08:00 |
|
wing328
|
44a4219e3e
|
fix swift mapping with int and number
|
2016-04-11 19:37:56 +08:00 |
|
wing328
|
6c7efd502b
|
map bytearray to string in ts
|
2016-04-11 16:42:20 +08:00 |
|
wing328
|
91a2cc4b5d
|
fix wording "beta support"
|
2016-04-11 00:59:48 +08:00 |
|
wing328
|
559e11e6d2
|
add uwp support
|
2016-04-11 00:59:47 +08:00 |
|
wing328
|
8657720c09
|
fix spec with no model for objc client
|
2016-04-10 19:34:09 +08:00 |
|
wing328
|
5ea66f6762
|
Merge pull request #2484 from wing328/csharp_fix_constructor
[C#] fix extra comma in the constructor when last property is read-only
|
2016-04-09 21:14:30 +08:00 |
|
wing328
|
7cad373e2e
|
Merge pull request #2528 from guohuang/issue1949
issue #1949 added Configuration struct for GO in codegen
|
2016-04-09 21:13:26 +08:00 |
|
wing328
|
251e4bb19d
|
better code quality
|
2016-04-09 19:03:31 +08:00 |
|
wing328
|
be13632bb4
|
fix csharp extra comma in constructor
|
2016-04-09 19:03:31 +08:00 |
|
wing328
|
693f04db99
|
Merge pull request #2482 from wing328/objc_doc
[ObjC] Add auto-generated documentation (markdown) to ObjC API client
|
2016-04-09 19:01:15 +08:00 |
|