Files
openapi-generator/samples/client/petstore
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
..
2019-03-06 01:13:28 +08:00
2018-11-17 01:32:18 +08:00
2019-03-07 15:52:34 +08:00
2019-03-07 15:52:34 +08:00
2019-03-07 15:52:34 +08:00
2018-11-27 13:47:06 +08:00
2019-02-18 22:27:04 +08:00
2019-02-18 22:27:04 +08:00
2019-03-14 16:33:35 +08:00
2019-03-14 20:54:10 +08:00
2019-03-13 00:17:49 +08:00
2019-03-06 01:13:28 +08:00