tao
6ac27fcafc
revert changes to imports
2016-06-19 21:36:08 -07:00
tao
4e45ef954d
better tests
2016-06-19 21:29:14 -07:00
wing328
50ef914db0
update test script for python
2016-06-20 12:24:53 +08:00
tao
a4eca5b05c
add import for types used by inner CodegenProperties
2016-06-19 21:19:21 -07:00
tao
bf9d015fc7
failing test
2016-06-19 20:58:47 -07:00
wing328
88ce868bd5
Merge branch 'new_python_with_http_info' of https://github.com/zhenjun115/swagger-codegen into zhenjun115-new_python_with_http_info
...
Conflicts:
modules/swagger-codegen/src/main/resources/python/api.mustache
samples/client/petstore/python/swagger_client/__init__.py
samples/client/petstore/python/swagger_client/api_client.py
samples/client/petstore/python/swagger_client/apis/pet_api.py
samples/client/petstore/python/swagger_client/apis/store_api.py
samples/client/petstore/python/swagger_client/apis/user_api.py
samples/client/petstore/python/swagger_client/models/__init__.py
samples/client/petstore/python/swagger_client/models/name.py
2016-06-20 11:58:35 +08:00
ant3
4c1c009bd1
Merge remote-tracking branch 'refs/remotes/swagger-api/master'
2016-06-20 00:25:01 +01:00
ant3
7e867dc8ff
Merge remote-tracking branch 'refs/remotes/swagger-api/master' into JSR310-Clients
2016-06-19 22:40:27 +01:00
ant3
5e3a877033
Reformatted templating tags
...
Turns out I didn't need to compact newlines so I have reverted to a more
readable format for the templates.
2016-06-19 22:39:00 +01:00
ant3
cf42b4166f
Fixed name of JSR310 module
...
Silly error, which resulted in code that didn't compile :-(.
2016-06-19 21:10:59 +01:00
wing328
b8c0569feb
Merge pull request #3172 from wing328/ts_gitignore
...
[Typescript] add .gitignore and license header
2016-06-19 23:14:18 +08:00
zhenjun115
8180a46a35
add test case for pet api method with http info returned;
2016-06-19 21:44:12 +08:00
wing328
fdff69de31
Merge pull request #3113 from taf2/patch-1
...
it's the future
2016-06-19 17:24:44 +08:00
zhenjun115
86c8647ace
add async method test case for pet api;
2016-06-19 12:31:10 +08:00
Rowan Walker
3606870f4b
Issue-3168
...
[csharp] Enabling Assembly Info to be set by the following command line's additional-properties:
- packageTitle
- packageProductName
- packageDescription
- packageCompany
- packageCopyright
2016-06-19 16:21:51 +12:00
wing328
409d5dabca
add license header to typescript API client
2016-06-19 12:03:50 +08:00
wing328
41a615e4eb
add gitignore to TS API client
2016-06-19 11:45:51 +08:00
wing328
977ea6e9e9
Merge pull request #3167 from wing328/cpprest_license
...
[C++][cpprest] add license header to cpprest files
2016-06-18 18:52:20 +08:00
wing328
2b7288d525
add license to cpprest files
2016-06-18 18:09:19 +08:00
wing328
77d0e121bf
Merge pull request #3065 from ant3/JSR310-Clients
...
[Java] Add support for JSR310 in Jersey2 Clients
2016-06-18 17:36:58 +08:00
abcsun
cff573f3dd
modify the file path with File.separatorChar base on os
2016-06-18 17:24:06 +08:00
wing328
cc5668c825
Merge pull request #3108 from JasonQuinn/master
...
Adding the ability to get and set the httpClient for jersey2
2016-06-18 16:56:01 +08:00
wing328
f4e90d50a0
Merge pull request #3166 from wing328/scala_license
...
[Scala] Add Apache2 license to auto-generated scala files
2016-06-18 16:10:49 +08:00
wing328
4aa9f1b5fa
add license header to scala files
2016-06-18 15:21:55 +08:00
wing328
6af40d6667
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2016-06-18 15:10:27 +08:00
wing328
517a189712
Merge pull request #3149 from jimschubert/scala_client_refactor
...
[scala] Add SBT buid support for scala client
2016-06-18 15:10:04 +08:00
wing328
2e8737908b
Merge branch 'jimschubert-scala_client_refactor'
2016-06-18 15:09:18 +08:00
wing328
04748484ba
remove println from scala test
2016-06-18 15:08:55 +08:00
wing328
04b15bab15
Merge branch 'scala_client_refactor' of https://github.com/jimschubert/swagger-codegen into jimschubert-scala_client_refactor
2016-06-18 14:54:56 +08:00
wing328
fe06fe30e0
Merge pull request #3156 from ferristseng/master
...
Fix result not defined error in javascript ApiClient
2016-06-18 14:53:29 +08:00
abcsun
3cb178cd14
sort the endpoints in ascending to avoid the route priority issure
2016-06-18 10:16:46 +08:00
ant3
c1a5839d44
Merge remote-tracking branch 'refs/remotes/swagger-api/master' into JSR310-Clients
2016-06-17 21:25:35 +01:00
Ferris Tseng
c30c586f94
update petstore sample
2016-06-17 15:46:36 -04:00
Ferris Tseng
3852736b40
fix result not defined error in js client
2016-06-17 10:47:48 -04:00
Jakub Malek
6404d47f97
NancyFx:
...
- Fixed typo
2016-06-17 15:35:04 +02:00
Jakub Malek
82d290eeae
Merge with upstream
2016-06-17 15:22:17 +02:00
wing328
cc5e79cd0d
move server stub doc to wiki
2016-06-17 19:36:24 +08:00
moanrose
a9bd4f2b42
Changed check for required parameter to check for null or undefined
2016-06-17 13:10:45 +02:00
wing328
1bdaba5cdc
Merge pull request #3127 from abcsun/lumen
...
[PHP Lumen] add parameters validation and the Apache license
2016-06-17 18:58:57 +08:00
Jakub Malek
38298c3709
NancyFx:
...
- Sharpility version update
2016-06-17 09:35:53 +02:00
wing328
36264f3801
Merge pull request #3152 from salemXpresso/master
...
Fix Java CXF on parameter names containing '_' or '-'
2016-06-17 12:44:18 +08:00
wing328
8eff9188fb
Merge pull request #3153 from wing328/qtcpp_license
...
[Qt5 C++] Add apache2 license to qt5cpp files
2016-06-17 12:20:09 +08:00
abcsun
0effbae24b
add lumen api.mustache to generate controller & license update & resource dir restructure
2016-06-17 11:37:10 +08:00
wing328
c231474c4b
Merge pull request #3154 from wing328/python_travis_ci
...
[Python] add travis.yml to python api client
2016-06-17 09:23:42 +08:00
Jim Schubert
ee630337b9
[scala] Add SBT buid support for scala client
2016-06-16 20:43:58 -04:00
wing328
f9eef2c825
add travis.yml for python api client
2016-06-17 00:41:40 +08:00
wing328
6bdee2adb5
add apache2 license to qt5cpp
2016-06-17 00:04:05 +08:00
Remi Salembier
2d275b41e0
Java CXF petstore sample update
2016-06-16 17:13:02 +02:00
Remi Salembier
799b27b249
Fix Java CXF on parameter names containing '_' or '-'
2016-06-16 16:18:01 +02:00
Mateusz Mackowiak
f33b0a2942
[Objc] Moved default petstore demo sample to default folder and created a target with core data sample
2016-06-16 13:12:42 +02:00