geekerzp
|
4477009ef8
|
Handle special characters in parameter names in ruby client
|
2015-08-29 16:19:43 +08:00 |
|
geekerzp
|
6d58d44542
|
Merge branch 'ruby-api-client' into ruby-apiclient
|
2015-08-20 11:34:07 +08:00 |
|
xhh
|
0e2e7838ae
|
Merge branch 'bug-fix-ruby-file-upload' into ruby-api-client
Conflicts:
modules/swagger-codegen/src/main/resources/ruby/swagger/request.mustache
samples/client/petstore/ruby/lib/petstore/swagger/request.rb
|
2015-08-20 11:24:33 +08:00 |
|
xhh
|
2e3f94c2a5
|
Add file used in test: hello.txt
|
2015-08-20 11:18:05 +08:00 |
|
xhh
|
e02a9f1797
|
Merge branch 'develop_2.0' into ruby-api-client
|
2015-08-20 11:10:25 +08:00 |
|
xhh
|
0d399d3f6a
|
Add spec for file uploading
|
2015-08-20 11:07:20 +08:00 |
|
xhh
|
030e45982c
|
Add back support of file uploading to Ruby client
|
2015-08-20 10:45:40 +08:00 |
|
wing328
|
dc1992ad45
|
Merge pull request #1081 from wing328/php_var_name_number
[PHP, Perl, Silex] fixed variable names starting with number, made LOGGER protected
|
2015-08-19 14:56:13 +08:00 |
|
geekerzp
|
7be6e971fa
|
Update api client of ruby client.
Update ApiClient#build_request, change `@verify_ssl`, `@ssl_ca_cert`, `@debugging`
to `Configuration.verify_ssl`, `Configuration.ssl_ca_cert`, `Configuration.debugging`.
|
2015-08-18 20:21:56 +08:00 |
|
wing328
|
c62fca8c54
|
Merge pull request #1079 from wing328/add_flash_generator
[Flash] Add back Flash generator
|
2015-08-18 20:04:53 +08:00 |
|
geekerzp
|
828f8694c8
|
Fix typo in ruby client
|
2015-08-18 16:13:32 +08:00 |
|
geekerzp
|
31d948fc16
|
Update readme of ruby client
|
2015-08-18 14:35:54 +08:00 |
|
geekerzp
|
a481db7486
|
Add configuration object in ruby client
|
2015-08-18 14:27:09 +08:00 |
|
wing328
|
5d52952ebd
|
Merge pull request #1077 from geekerzp/objc-apiclient
[Objc] Change the ApiClient initialization of objc client
|
2015-08-18 09:39:48 +08:00 |
|
wing328
|
c1fbf6bb1c
|
Merge branch 'php_var_name_number' of https://github.com/wing328/swagger-codegen into php_var_name_number
|
2015-08-17 14:40:12 +08:00 |
|
wing328
|
10cd672529
|
fix variable name starting with number, make LOGGER protected
|
2015-08-17 14:39:29 +08:00 |
|
wing328
|
52918d325e
|
Merge pull request #1082 from wing328/fix_pom_swagger_parser
update swagger-parser-version to 1.0.10 (removed snapshot)
|
2015-08-17 14:38:11 +08:00 |
|
wing328
|
8cff8fc55a
|
update swagger-parser-version to 1.0.10 (removed snapshot)
|
2015-08-17 14:27:33 +08:00 |
|
wing328
|
90d5ce228a
|
Merge pull request #1067 from Helmsdown/path-level-params
Codegen should honor path level parameters
|
2015-08-17 14:13:22 +08:00 |
|
wing328
|
d4ff25f0b3
|
fix variable name starting with number, make LOGGER protected
|
2015-08-17 10:43:03 +08:00 |
|
wing328
|
4163f07911
|
Merge pull request #1069 from geekerzp/python-httplib
[Python] Fix issues in python client
|
2015-08-16 15:03:16 +08:00 |
|
wing328
|
560fd5718d
|
Merge pull request #1074 from wing328/php_improve1
[PHP] minor improvements
|
2015-08-16 14:59:43 +08:00 |
|
wing328
|
97580a8c45
|
Merge pull request #1070 from wing328/objc_readme_update
[Objc] minor wording change for readme based on feedback from developers
|
2015-08-16 14:59:27 +08:00 |
|
wing328
|
aee72d97c3
|
Merge pull request #1080 from wing328/update_pomxml
Update swagger-core-version to 1.5.4-SNAPSHOT
|
2015-08-16 00:22:54 +08:00 |
|
wing328
|
49ad008d7c
|
update pom.xml
|
2015-08-16 00:14:24 +08:00 |
|
wing328
|
7a2c0a076a
|
update readme, change default value, update pom
|
2015-08-16 00:03:19 +08:00 |
|
wing328
|
365f4bc0c0
|
beta release of flash generator
|
2015-08-15 23:56:01 +08:00 |
|
wing328
|
3478e053e1
|
add back flash generator
|
2015-08-15 18:12:14 +08:00 |
|
geekerzp
|
75536868f2
|
Add default api client in configuration class in objc client
|
2015-08-14 17:54:41 +08:00 |
|
geekerzp
|
84e8ef489c
|
Update pom.xml
|
2015-08-14 11:55:22 +08:00 |
|
wing328
|
cffba0299a
|
update core to 1.5.4
|
2015-08-14 11:19:04 +08:00 |
|
geekerzp
|
a6c07a8364
|
Change api client pool pattern to singleton pattern in objc client
|
2015-08-14 09:47:02 +08:00 |
|
wing328
|
b971aa7433
|
add example to config option, replace localhost with basePath
|
2015-08-13 23:27:59 +08:00 |
|
wing328
|
bb4311b7a2
|
minor wording change for objc readme based on feedback from developers
|
2015-08-12 20:53:15 +08:00 |
|
geekerzp
|
1c0eb60c71
|
Fix issues in python client
|
2015-08-12 11:19:29 +08:00 |
|
russellb337
|
6044f0586e
|
removing unnecessary getTypeDeclaration implementation in JaxRSServerCodegen
|
2015-08-11 09:19:22 -07:00 |
|
wing328
|
84ff5cfc87
|
Merge pull request #1064 from RMarinaro/develop_2.0
fix for #1061 java
|
2015-08-11 21:33:08 +08:00 |
|
wing328
|
96be2b196b
|
Merge pull request #1037 from restlet/fix/nodejs_server_swagger
Fix swagger.json supporting file for the node.js server (fixes #652)
|
2015-08-11 21:28:06 +08:00 |
|
Hugo Wood
|
d93b404b23
|
Fix swagger.json supporting file for the node.js server (fixes #652)
|
2015-08-11 14:37:00 +02:00 |
|
wing328
|
be63776162
|
Merge pull request #1063 from geekerzp/objc-deserialize-bool
[Objc] Fix deserialize bool value issue
|
2015-08-11 10:18:52 +08:00 |
|
russellb337
|
ae4b4979a7
|
add defensive null check
|
2015-08-10 13:58:02 -07:00 |
|
russellb337
|
0a8fb1e532
|
codegen should honor path level parameters
|
2015-08-10 13:50:52 -07:00 |
|
wing328
|
e78844cb54
|
Merge pull request #1043 from marcospri/develop_2.0
Support for nested lists/maps for the python client
|
2015-08-10 18:30:02 +08:00 |
|
Ryan Marinaro
|
2eb0c8cea6
|
added a fix for #1061. The only problematic spot was the api.mustache file, although if more parameterized templates were to evolve in the other mustache files we could definitely add {{localVariablePrefix}} to those. For now I didn't want to add any extra noise to the template files which didn't need the prefixes.
|
2015-08-08 10:19:31 -04:00 |
|
geekerzp
|
2aaad03ab6
|
Fix the issue of bool deserialization in objc client
|
2015-08-08 15:13:13 +08:00 |
|
wing328
|
f27eb7e0de
|
Merge pull request #1058 from xhh/str-response-offset
Fix bug with truncated lone string responses for Android/Scala clients
|
2015-08-08 11:10:02 +08:00 |
|
wing328
|
36b7fb20b2
|
Merge pull request #1059 from geekerzp/objc-auth
[Objc] Fix issue about authentication
|
2015-08-08 09:37:47 +08:00 |
|
Ron
|
f2ef21e756
|
Merge pull request #1062 from swagger-api/dependencies-version-update
Update pom.xml
|
2015-08-07 17:32:28 -04:00 |
|
Ron
|
e57f1de21f
|
Update pom.xml
|
2015-08-07 17:10:35 -04:00 |
|
geekerzp
|
732a9eb64d
|
Fix issue in Configuration-body.mustache in objc client
|
2015-08-07 18:31:07 +08:00 |
|