Guo Huang
|
a8273b9f08
|
changed code to use pacageVersion, removed unneeded comments
|
2016-04-16 15:47:34 -07:00 |
|
Guo Huang
|
5fad90c3f6
|
issue#2359: added README document generation for Go
|
2016-04-14 14:10:15 -07: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
|
aff2eab055
|
Merge pull request #2601 from wing328/python_update_spec
[Python] update python to use test spec
|
2016-04-14 18:59:13 +08:00 |
|
wing328
|
5a88b9e896
|
update python to use test spec
|
2016-04-14 18:30:54 +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
|
5d4c68b98a
|
new ruby file
|
2016-04-14 16:24:06 +08:00 |
|
wing328
|
f4e69597e5
|
fix typo
|
2016-04-14 16:24:06 +08:00 |
|
wing328
|
5c632e9862
|
update csharp test case to use another petstore spec
|
2016-04-14 16:24:06 +08:00 |
|
wing328
|
aa04bbb92e
|
update pet store test case for perl after switching spec
|
2016-04-14 16:19:39 +08:00 |
|
wing328
|
8f70230906
|
update ruby test case
|
2016-04-14 16:19:39 +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 |
|
Joseph Zuromski
|
d9cee4c269
|
update samples
|
2016-04-14 00:00:22 -07: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 |
|
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 |
|
Guo Huang
|
2dca8b003d
|
issue#2589: added fully qualified names memory stream for C#
|
2016-04-13 16:56:36 -07:00 |
|
Guo Huang
|
1f085ccd52
|
isssue#2579: added "UserAgen" in configuration
|
2016-04-13 16:08:14 -07:00 |
|
Guo Huang
|
eb7d3dfe15
|
issue#2582: change go api file name to snake case
|
2016-04-13 15:40:11 -07:00 |
|
Christophe Jolif
|
fca0d0f0f7
|
make sure user is not forced to pass nil for optional parameters
|
2016-04-13 11:14:48 +02:00 |
|
wing328
|
b1077f9684
|
Merge pull request #2580 from wing328/flask_optional_argument
[Python][Flask] add optional argument to flask controller
|
2016-04-13 15:41:41 +08:00 |
|
Guo Huang
|
2a2f8b1338
|
removed local variable declaration in Go
|
2016-04-12 20:50:58 -07:00 |
|
wing328
|
03b7af092b
|
add optional argument to flask controller
|
2016-04-13 11:42:02 +08:00 |
|
Guo Huang
|
6b92362735
|
remove unneeded function line
|
2016-04-12 20:20:32 -07:00 |
|
wing328
|
acdccdb4cb
|
Merge pull request #2567 from guohuang/issue2535
issue #2535, added authentication header for GO
|
2016-04-13 09:38:26 +08:00 |
|
Alexander Fisher
|
da5a15b8e5
|
Favor explicit check for null or undefined for clarity sake.
|
2016-04-12 11:28:47 -04:00 |
|
Alexander Fisher
|
0ad7e715c4
|
Update error message to be clear on exact problem.
|
2016-04-12 11:18:23 -04:00 |
|
Alexander Fisher
|
f20605d90e
|
Verify parameter is not undefined instead of falsey.
|
2016-04-12 08:56:28 -04:00 |
|
wing328
|
cd91f457bf
|
Merge pull request #2571 from wing328/objc-docstring
[ObjC] update docstring in ObjC API header files
|
2016-04-12 16:02:39 +08:00 |
|
wing328
|
221e6ad57a
|
Merge pull request #2570 from wing328/fix_indention
Fix indention in the generated code
|
2016-04-12 16:00:18 +08:00 |
|
wing328
|
feee8de4be
|
udpate docstring in objc
|
2016-04-12 15:33:40 +08:00 |
|
wing328
|
b26cd66651
|
Merge pull request #2560 from wing328/flask_python2
[Python][Flask] add support for python2
|
2016-04-12 15:02:43 +08:00 |
|
wing328
|
16a20f6194
|
update perl indention
|
2016-04-12 14:51:18 +08:00 |
|
Guo Huang
|
4e6ff1a567
|
added api prefix for authentication
|
2016-04-11 22:25:02 -07:00 |
|
wing328
|
b34c9dd7ee
|
fix indention in c#
|
2016-04-12 12:42:09 +08:00 |
|
Guo Huang
|
7fda8699b1
|
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen into issue2535
# Conflicts:
# modules/swagger-codegen/src/main/resources/go/configuration.mustache
# samples/client/petstore/go/swagger/Configuration.go
|
2016-04-11 20:17:57 -07:00 |
|
wing328
|
fb8c001075
|
Merge pull request #2562 from guohuang/issue2548
issue #2548, added docstring to Go model and its properties
|
2016-04-12 10:49:19 +08:00 |
|
Guo Huang
|
fc80bce82f
|
issue #2535, added authentication header for GO
|
2016-04-11 15:49:13 -07:00 |
|
Guo Huang
|
9c455880b2
|
issue #2548, added docstring to Go model and its properties
|
2016-04-11 11:14:33 -07:00 |
|
Guo Huang
|
ae3c628875
|
issue#2534, added _sling.Set in the go api
|
2016-04-11 10:37:50 -07:00 |
|
Guo Huang
|
963df24eee
|
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen into issue1946
|
2016-04-11 10:19:49 -07:00 |
|
wing328
|
38903aa7f3
|
add support for python2
|
2016-04-12 00:43:13 +08:00 |
|