mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +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.
431 B
431 B
Petstore::MapTest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| map_map_of_string | Hash<String, Hash<String, String>> | [optional] | |
| map_of_enum_string | Hash<String, String> | [optional] | |
| direct_map | Hash<String, BOOLEAN> | [optional] | |
| indirect_map | Hash<String, BOOLEAN> | [optional] |