openapi-generator/samples/client/petstore
xhh abe44df1ec Ruby: support map/hash in model deserialization with additionalProperties
For example, the "scoreMap" and "cateMap" properties below:

  "definitions": {
    "User": {
      "properties": {
        "scoreMap": {
          "type": "object",
          "additionalProperties": {
            "type": "integer",
            "format": "int32",
          }
        },
        "cateMap": {
          "type": "object",
          "additionalProperties": {
            "$ref": "#/definitions/Category"
          }
        }
      }
    }
  }
2015-11-03 16:39:54 +08:00
..
akka-scala rebuilt 2015-10-20 10:31:42 -07:00
android-java merged 2015-10-20 10:57:36 -07:00
async-scala rebuilt 2015-10-20 10:31:42 -07:00
csharp/SwaggerClientTest update c# sample code 2015-10-28 15:33:56 +08:00
csharp-dotnet2/SwaggerClientTest/Lib/SwaggerClient add back csharp dll, update sample 2015-07-30 10:19:46 +08:00
dart Generate auth files to correct location 2015-09-06 19:58:28 -04:00
flash/src/main/flex update readme, change default value, update pom 2015-08-16 00:03:19 +08:00
java add a listener on new token reception 2015-11-02 19:20:24 +01:00
objc rebuilt 2015-10-20 10:31:17 -07:00
perl Merge pull request #1489 from dvz5/master 2015-11-02 21:36:25 +08:00
php update php sample 2015-10-28 21:45:22 +08:00
python rebuilt 2015-10-20 10:31:42 -07:00
qt5cpp rebuilt 2015-10-20 10:29:48 -07:00
ruby Ruby: support map/hash in model deserialization with additionalProperties 2015-11-03 16:39:54 +08:00
scala rebuilt 2015-10-20 10:31:42 -07:00
swift rebuilt 2015-10-20 10:28:49 -07:00
tizen/client rebuilt 2015-10-20 10:30:19 -07:00
typescript-angular rebuilt 2015-10-20 10:31:42 -07:00
typescript-node rebuilt 2015-10-20 10:31:42 -07:00