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 |
|
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
|
713e7a6584
|
updated core dependency version to 1.5.2-M2 with related fixes
|
2015-05-20 18:06:37 -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 |
|
Tony Tam
|
0248d6fd9f
|
Merge pull request #677 from wing328/fix_swagger_type2
Fix PHP swagger type
|
2015-05-14 11:50:57 -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 |
|
russellb337
|
2edfb96c36
|
swagger codegen should honor global mime types
|
2015-05-07 12:02:25 -07:00 |
|
Andrew B
|
20ced771ba
|
Restoring the pom.xml so integration tests work
|
2015-05-07 01:09:25 -07:00 |
|
Andrew B
|
5082f69631
|
Adding maven publish functionality for android client
|
2015-04-29 22:08:27 -07:00 |
|
Oleg Godovykh
|
119a981701
|
add possibility to create aar library
|
2015-04-29 13:39:00 -04:00 |
|
wing328
|
8818c209df
|
udpate csharp client with restsharp
|
2015-04-29 10:56:24 +08:00 |
|
Oleg Godovykh
|
b6495a9fc2
|
replace maven settings for Android client with gradle
|
2015-04-28 17:49:59 -04:00 |
|
Tony Tam
|
8952759eda
|
Merge pull request #693 from lugaru1234/multiple_tags_operations
Generation of operations with multiple tags has been fixed #356
|
2015-04-28 07:03:23 -07:00 |
|
Nadezhda Makarkina
|
b0d2d1116b
|
Generation of operations with multiple tags has been fixed #356
|
2015-04-27 13:25:08 +03:00 |
|
Alexey Nechaev
|
9a36174685
|
Clean up of '\n' escaping.
|
2015-04-23 11:50:07 +03:00 |
|
wing328
|
d5a3cc7300
|
fix php swagger type
|
2015-04-23 00:42:36 +08:00 |
|
Alexey Nechaev
|
fc0be6d503
|
Fixes #646: Example field handling has been fixed.
|
2015-04-22 16:17:28 +03:00 |
|