mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 00:21:18 +00:00
* WIP: add faraday support to Ruby client * update samples * bin/console * https only * ruby-faraday: Add a gemspec template for faraday * Add a test for ruby-faraday client options * Remove Gemfile.lock from ruby-client-faraday * Implement faraday client * Problem: can't use Faraday library for ruby clients Solution: add support for Faraday library This patch builds on the work started by @meganemura * Problem: Faraday is set as default library Solution: Make Typhoeus default This patch also updates the api_client template for Faraday to include query params with requests.
619 B
619 B
Petstore::FormatTest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| integer | Integer | [optional] | |
| int32 | Integer | [optional] | |
| int64 | Integer | [optional] | |
| number | Float | ||
| float | Float | [optional] | |
| double | Float | [optional] | |
| string | String | [optional] | |
| byte | String | ||
| binary | File | [optional] | |
| date | Date | ||
| date_time | DateTime | [optional] | |
| uuid | String | [optional] | |
| password | String |