xhh
|
43cfc7d401
|
Setup authentications in test cases
|
2015-05-22 12:07:08 +08:00 |
|
xhh
|
3d4b5a10c9
|
Add support of HTTP basic and API key auth to Java codegen
|
2015-05-21 22:05:46 +08:00 |
|
Tony Tam
|
0c3f7a54cd
|
Merge pull request #770 from swagger-api/jaxrs-interface-generation
Jaxrs interface generation
|
2015-05-20 22:52:00 -07:00 |
|
Tony Tam
|
715a9b8678
|
merged
|
2015-05-20 22:50:41 -07:00 |
|
Tony Tam
|
c8a56add5d
|
merged
|
2015-05-20 22:45:52 -07:00 |
|
Tony Tam
|
01ebdb6122
|
Merge pull request #763 from tomtit/issue728
Fixed #728: Handling of recursive model definitions has been improved.
|
2015-05-20 22:42:37 -07:00 |
|
Tony Tam
|
515f5440a1
|
merged
|
2015-05-20 22:37:51 -07:00 |
|
Tony Tam
|
632480787d
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2015-05-20 22:35:23 -07:00 |
|
Tony Tam
|
8231e7e36a
|
Merge branch 'develop_2.0_objc_iso8601' of ssh://github.com/geekerzp/swagger-codegen into geekerzp-develop_2.0_objc_iso8601
|
2015-05-20 22:29:26 -07:00 |
|
Tony Tam
|
ee145aebe7
|
Merge pull request #743 from lugaru1234/model_ids_with_dots
Fixed #593: Python code failure caused by Model IDs with dots has been fixed
|
2015-05-20 22:27:53 -07:00 |
|
Tony Tam
|
fd928a3d16
|
merged
|
2015-05-20 22:16:24 -07:00 |
|
Tony Tam
|
ab23cccab4
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2015-05-20 22:13:03 -07:00 |
|
Tony Tam
|
e58f8db9aa
|
merged
|
2015-05-20 22:12:37 -07:00 |
|
Tony Tam
|
b059910a01
|
Merge pull request #700 from wing328/csharp_restcsharp
Use RestSharp for CSharp API client
|
2015-05-20 21:52:28 -07:00 |
|
Ole Lensmar
|
19de558f4a
|
Merge branches 'develop_2.0' and 'jaxrs-interface-generation' of https://github.com/swagger-api/swagger-codegen into jaxrs-interface-generation
Conflicts:
modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/DefaultCodegen.java
|
2015-05-20 22:51:49 -06:00 |
|
Tony Tam
|
0c1bdc0fd6
|
merged
|
2015-05-20 21:48:03 -07:00 |
|
Tony Tam
|
ff81789b37
|
merged
|
2015-05-20 21:41:17 -07:00 |
|
Ole Lensmar
|
a6876b8028
|
Merge branches 'core-1.5.2-M2-compatibility' and 'jaxrs-interface-generation' of https://github.com/swagger-api/swagger-codegen into jaxrs-interface-generation
|
2015-05-20 18:14:54 -06:00 |
|
Ole Lensmar
|
713e7a6584
|
updated core dependency version to 1.5.2-M2 with related fixes
|
2015-05-20 18:06:37 -06:00 |
|
Ole Lensmar
|
778ce0b9f6
|
Merge branches 'develop_2.0' and 'jaxrs-interface-generation' of https://github.com/swagger-api/swagger-codegen into jaxrs-interface-generation
|
2015-05-20 17:03:51 -06:00 |
|
Ole Lensmar
|
17d8d14cc8
|
defaulted sources to go to src/gen/main and added possibility to set impl folder via system property at command-line
|
2015-05-20 16:49:50 -06:00 |
|
wing328
|
06c7a6a109
|
add todo for oauth, support multiple api key
|
2015-05-20 17:13:52 +08:00 |
|
wing328
|
278a653154
|
add authentication
|
2015-05-20 17:13:52 +08:00 |
|
xhh
|
0fb1918196
|
Revert unnecessary changes on whitespace
|
2015-05-20 10:13:29 +08:00 |
|
xhh
|
312f1c6f25
|
Avoid the importPath field
|
2015-05-20 09:23:45 +08:00 |
|
xhh
|
fcf1327c1f
|
Rename swagger-client to swagger_client
according to guides from rubygems: http://guides.rubygems.org/name-your-gem/
|
2015-05-20 09:23:44 +08:00 |
|
xhh
|
104bcc1f89
|
Organize generated Ruby code into a module
|
2015-05-20 09:23:43 +08:00 |
|
Fake Bob Dobbs
|
b783363c56
|
move the defaultValues for Forms and Headers as well
|
2015-05-19 11:45:48 -04:00 |
|
Alexey Nechaev
|
f0e4ea1780
|
Fixed #728: Handling of recursive model definitions has been improved.
|
2015-05-19 18:36:03 +03:00 |
|
Nadezhda Makarkina
|
3dde19bb59
|
Fixed #593: Python code failure caused by Model IDs with dots has been fixed
|
2015-05-19 14:31:42 +03:00 |
|
William Cheng
|
05ac516ffa
|
clean up ruby sample, remove commented code, bug fix
|
2015-05-18 04:30:26 +08:00 |
|
William Cheng
|
8710fbfde7
|
add base object
|
2015-05-17 23:36:13 +08:00 |
|
Fake Bob Dobbs
|
33138c139f
|
A parameter's default value is not flowing from the swagger definition to the actual API implementation. This change makes the property from the swagger def json available to the templates.
|
2015-05-15 16:55:49 -04:00 |
|
Tony Tam
|
a2d2deeb0c
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2015-05-15 11:27:16 -07:00 |
|
Tony Tam
|
b4674d6fc5
|
template updates, tests
|
2015-05-15 11:27:03 -07:00 |
|
geekerzp
|
c06cb38d64
|
updated objc client to support iso8601 datetime format
|
2015-05-15 17:49:56 +08:00 |
|
geekerzp
|
d798b943f5
|
added python 2.7 and python 3.4 test environments
|
2015-05-15 14:38:06 +08:00 |
|
Tony Tam
|
0248d6fd9f
|
Merge pull request #677 from wing328/fix_swagger_type2
Fix PHP swagger type
|
2015-05-14 11:50:57 -04:00 |
|
geekerzp
|
86e48ceef8
|
refactor python client using urllib3
|
2015-05-14 10:45:05 +08:00 |
|
Ole Lensmar
|
75b39e812e
|
refactored to create separate serviceinterface, implementation and corresponding factory. JaxRs class uses the factory to find the implementation. Also fixed possibility for a code generator to control which API files that should be overwritten
|
2015-05-12 13:18:35 -04:00 |
|
Tony Tam
|
5a1fa6ee65
|
added qt5 c++ templates
|
2015-05-12 05:56:12 -04:00 |
|
Tony Tam
|
e33fbc67ad
|
Merge pull request #648 from geekerzp/develop_2.0_objc_naming
Updated naming convention in objc client.
|
2015-05-12 05:47:51 -04:00 |
|
wing328
|
2f5f2b367b
|
update package name to confirm to csharp convention, fix default header
|
2015-05-12 12:45:59 +08:00 |
|
William Cheng
|
fc43828c20
|
update type mapping, update test.pl to use local file for testing upload
|
2015-05-08 03:58:02 +08:00 |
|
William Cheng
|
063a1ffd36
|
update type list in deserialize
|
2015-05-08 03:58:02 +08:00 |
|
William Cheng
|
0a34793f5a
|
add inheritance to object (model)
|
2015-05-08 03:58:00 +08:00 |
|
William Cheng
|
07cd23edac
|
seralization and deserialization work, get_pet_by_id and
update_pet_with_form work
|
2015-05-08 03:58:00 +08:00 |
|
William Cheng
|
a7ef1262e5
|
fix all swagger.pl syntax issue
|
2015-05-08 03:58:00 +08:00 |
|
William Cheng
|
d206035e0f
|
add perl support - api template, bin, codegen
|
2015-05-08 03:57:59 +08:00 |
|
russellb337
|
2eeb96116d
|
simplifying diff
|
2015-05-07 12:16:44 -07:00 |
|