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 |
|
xhh
|
822e640e0a
|
Merge branch 'develop_2.0' into ruby-debug
Conflicts:
modules/swagger-codegen/src/main/resources/ruby/swagger/configuration.mustache
modules/swagger-codegen/src/main/resources/ruby/swagger/request.mustache
samples/client/petstore/ruby/lib/petstore/swagger/request.rb
samples/client/petstore/ruby/lib/swagger_client.rb
samples/client/petstore/ruby/lib/swagger_client/swagger/configuration.rb
|
2015-07-14 12:33:17 +08:00 |
|
xhh
|
a51d71e728
|
Fix syntax error when there are no authMethods
|
2015-07-09 10:48:16 +08:00 |
|
xhh
|
a24fee00cb
|
Support primitive response in Ruby client
|
2015-07-08 16:46:31 +08:00 |
|
xhh
|
f42f329ace
|
Parse "date" as Date in Ruby client
|
2015-07-08 13:10:28 +08:00 |
|
xhh
|
66d16cfeaf
|
Validate parameter against allowed values (enum)
|
2015-07-03 16:46:23 +08:00 |
|
xhh
|
846d282ba0
|
Add helper methods for last response
|
2015-07-01 18:48:31 +08:00 |
|
xhh
|
6f1dd5ce35
|
Store last response in a thread-safe way
|
2015-07-01 17:37:16 +08:00 |
|
xhh
|
108b2241c0
|
Validate model property against allowed values (enum)
when present with attribute setters
|
2015-07-01 17:18:29 +08:00 |
|
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
|
fafddbf040
|
Fix naming in specs
|
2015-06-26 17:16:38 +08:00 |
|
xhh
|
d8b0cb739f
|
Add config file for bin/ruby-petstore.sh
to rename swagger_client to petstore
|
2015-06-26 17:15:14 +08:00 |
|
xhh
|
2d3d35cfd7
|
Rebuild Ruby petstore client
|
2015-06-26 16:37:58 +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
|
621e3e7b1a
|
Add comments for some configuration options
|
2015-06-24 15:57:01 +08:00 |
|
xhh
|
19ee56592e
|
Allow customizing SSL CA certificate
by adding a `ssl_ca_cert` configuration option
|
2015-06-23 17:23:22 +08:00 |
|
xhh
|
46869df631
|
Make HTTP response accessible by storing the last response
so that users are able to retrieve, for example, rate-limit headers
from the response
|
2015-06-23 15:02:40 +08:00 |
|
xhh
|
3b6a3b4a38
|
Add logging for API call entry and result
|
2015-06-23 10:12:20 +08:00 |
|
xhh
|
229ea93627
|
Add debugging switch to Ruby generator
|
2015-06-23 10:06:01 +08:00 |
|
xhh
|
7c355030f4
|
Add to_s method for models
|
2015-06-16 18:41:51 +08:00 |
|
xhh
|
a59d4ba346
|
Add test case for finding nonexistent pet
|
2015-06-15 16:51:38 +08:00 |
|
xhh
|
ec8e5179cb
|
Remove unused comments
|
2015-06-15 16:46:30 +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
|
80616b4c2b
|
Add test cases for StoreApi#get_inventory
|
2015-06-12 23:03:17 +08:00 |
|
xhh
|
36f0ed6d0c
|
Add test cases for Response#deserialize
|
2015-06-12 22:44:52 +08:00 |
|
xhh
|
4c8c6c3880
|
Rebuild Ruby Petstore sample
|
2015-06-12 20:18:50 +08:00 |
|
fehguy
|
3d2f09a693
|
updated versions
|
2015-06-09 00:25:09 -07:00 |
|
wing328
|
680078dc58
|
fix csharp refer to apiinvoker
|
2015-06-09 13:52:01 +08:00 |
|
Tony Tam
|
64ea3f8177
|
rebuilt
|
2015-06-07 20:50:35 -07:00 |
|
Ron
|
1c2d0656b0
|
Code reformatting
|
2015-06-07 11:56:08 -04:00 |
|
Tony Tam
|
6c57810128
|
rebuilt
|
2015-06-07 00:08:01 -07: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
|
e52694cde0
|
Regenerate Ruby Petstore sample
|
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 |
|
Tony Tam
|
3cb9d094d3
|
Merge branch 'ruby-void-response' of ssh://github.com/xhh/swagger-codegen into xhh-ruby-void-response
|
2015-05-23 08:49:28 -07:00 |
|
Tony Tam
|
11dd7784f8
|
rebuilt
|
2015-05-20 22:20:51 -07:00 |
|
xhh
|
9cf4c66331
|
Update method returning value comment
|
2015-05-21 11:30:30 +08:00 |
|
xhh
|
8bf84aabe5
|
Add test case for nil return value
|
2015-05-20 21:13:20 +08:00 |
|
xhh
|
50a767ef03
|
Regenerate Ruby Petstore sample
|
2015-05-20 21:13:02 +08:00 |
|
xhh
|
792059f195
|
Avoid warnings for ruby gem building
|
2015-05-20 09:23:45 +08:00 |
|
xhh
|
70c74d282f
|
Fix tests
|
2015-05-20 09:23:45 +08:00 |
|
xhh
|
ab4975b7f1
|
Regenerate petstore ruby sample
|
2015-05-20 09:23:44 +08:00 |
|
xhh
|
f766614b4d
|
Clean old files generated
|
2015-05-20 09:23:44 +08:00 |
|