Files
openapi-generator/modules/openapi-generator
Bilal Amarni 07e8b5ae03 [go] support decoding plain string responses (#2414)
For the following spec:

``` yaml
      responses:
        "200":
          description: Pong.
          content:
            text/plain:
              schema:
                type: string
```

The generated client currently fails with `undefined response type`.

In this scenario, `v interface{}` is a string pointer which can be
populated regardless of the content-type.
2019-03-15 22:17:37 +08:00
..
2018-03-13 14:41:23 +08:00
2019-03-06 17:22:12 +08:00