xhh
|
1de6952279
|
Support customizing default headers via config option
for example:
config.default_headers['X-MY-HEADER'] = 'my-header-value'
|
2015-06-26 19:09:20 +08:00 |
|
xhh
|
e6e1db2064
|
Support looser format when detecting filename
|
2015-06-25 16:26:04 +08:00 |
|
xhh
|
ceafbcc97f
|
Add config option for file downloading folder. Log about file downloading
|
2015-06-25 16:07:02 +08:00 |
|
xhh
|
f3a0f464f7
|
Support file downloading in Ruby generator
|
2015-06-25 15:35:48 +08:00 |
|
xhh
|
d6d707543d
|
Merge branch 'develop_2.0' into ruby-object-type
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/RubyClientCodegen.java
|
2015-06-18 09:56:58 +08:00 |
|
xhh
|
9d5928551b
|
Unify ClientError and ServerError into ApiError
in Ruby generator
|
2015-06-15 16:38:08 +08:00 |
|
xhh
|
e9c1dd7842
|
Regard bare "object" type as Object, add comments
The handling of base "object" type (without definions of
"additionalProperties") is similar to Java generator now.
|
2015-06-15 12:49:17 +08:00 |
|
xhh
|
e38fc2c3da
|
Deserialize response for "object" type in Ruby client
|
2015-06-12 20:15:48 +08:00 |
|
xhh
|
44780e6e1b
|
Merge branch 'develop_2.0' into ruby-cli-option2
Conflicts:
modules/swagger-codegen/src/main/resources/ruby/swagger/version.mustache
|
2015-06-09 15:44:50 +08:00 |
|
wing328
|
d5cbbae182
|
rollback ruby swagger template
|
2015-06-09 12:26:02 +08:00 |
|
xhh
|
d2a82d56aa
|
Enable CLI options for Ruby generator
|
2015-06-09 10:16:52 +08:00 |
|
Ron
|
1c2d0656b0
|
Code reformatting
|
2015-06-07 11:56:08 -04:00 |
|
xhh
|
0ffe53933d
|
Bug fix: "null" was used as post body for empty form parameters
The form parameters could be empty when all of them are optional and no
values are assigned to them.
|
2015-06-03 21:17:42 +08:00 |
|
xhh
|
2e285ed562
|
Support skipping SSL certification verification
in Ruby clients by e.g.:
SwaggerClient::Swagger.configure do |config|
config.verify_ssl = false
end
|
2015-06-03 12:49:09 +08:00 |
|
xhh
|
a29c3abeb8
|
Use File.separatorChar in Ruby generator, add comments
|
2015-05-29 12:05:47 +08:00 |
|
xhh
|
623a1278cf
|
Add test case for API key auth
|
2015-05-29 11:57:46 +08:00 |
|
xhh
|
95813714a5
|
Add support of HTTP basic and API key auth to Ruby codegen
|
2015-05-29 11:57:46 +08:00 |
|
xhh
|
104bcc1f89
|
Organize generated Ruby code into a module
|
2015-05-20 09:23:43 +08:00 |
|
William Cheng
|
92a2011207
|
fix post model, update rspec
|
2015-05-17 23:38:51 +08:00 |
|
wing328
|
1f6a19b684
|
minor improvement to ruby api client accept and content-type header
|
2015-05-15 20:58:59 +08:00 |
|
xhh
|
7db7b146be
|
Fix hard-coded values in Ruby client: scheme, host and base_path
|
2015-04-14 12:32:25 +08:00 |
|
William Cheng
|
a717aba826
|
fixed path variable double uri-encoded issue
|
2015-04-06 18:52:30 +08:00 |
|
William Cheng
|
0ee39c67fe
|
fix rspec, update ruby client default configuration
|
2015-03-31 01:28:33 +08:00 |
|
William Cheng
|
02283fae46
|
udpate ruby api client to support user-agent
|
2015-03-19 17:09:27 +08:00 |
|
William Cheng
|
fc9d632522
|
update ruby client to support form parameters, add PATCH support, update
ruby petstore client
|
2015-03-17 05:24:43 +08:00 |
|
Tony Tam
|
6bb2e4ccb4
|
moved to modules per #411
|
2015-02-05 07:17:38 -08:00 |
|