Files
openapi-generator/samples
Daniel Ge dd1ed12318 Make connection failures visible with generated Ruby SDKs (#3640)
* Make connection failures visible in Ruby SDK

The underlying HTTP library, Typhoeus, requires you to be explicit about
error handling. Unfortunately, this also means that we can't assume that
`response.success?` will be false only when the HTTP status code is not
a 200; it could also be false when the request fails (timeouts, TLS
verification issues, etc.). This commit adds explicit error handling for
these cases.

* Update samples
2016-08-30 10:28:07 +08:00
..
2016-04-16 18:19:23 +08:00
2016-04-16 17:51:12 +08:00
2016-08-27 02:34:33 +03:00
2016-08-27 02:34:33 +03:00