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-12-15 00:22:11 +08:00
2018-11-07 22:32:22 +08:00
2018-11-17 01:32:18 +08:00
2018-10-25 12:19:52 +08:00
2019-01-06 18:20:23 +01:00
2019-02-18 22:34:51 +08:00
2018-07-30 15:33:00 +08:00
2019-02-10 15:28:40 +08:00
2019-01-05 09:39:10 +08:00
2019-03-12 09:04:25 +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-29 15:58:32 +08:00
2018-12-31 09:58:45 +08:00
2018-11-27 13:47:06 +08:00
2018-08-19 14:52:21 +08:00
2018-12-10 17:43:00 +08:00
2019-03-15 22:17:37 +08:00
2019-02-27 23:26:53 +08:00
2019-03-15 07:34:46 -05:00
2019-03-14 16:35:08 +08:00
2019-02-09 22:25:01 +08:00
2019-02-09 22:25:01 +08:00
2019-03-05 19:09:40 +08:00
2019-02-09 22:25:01 +08:00
2019-02-09 22:25:01 +08:00
2019-03-06 08:58:11 +08:00
2018-06-25 13:46:52 +08:00
2019-02-18 18:46:44 +08:00
2019-02-18 22:27:04 +08:00
2019-02-18 22:27:04 +08:00
2019-01-26 21:05:22 +08:00
2019-01-07 00:22:24 +08:00
2019-03-08 02:08:59 +08:00
2019-01-03 16:06:22 +08:00
2019-03-14 16:33:35 +08:00
2019-03-14 16:33:35 +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-12 09:20:54 +08:00
2019-03-06 01:13:28 +08:00
2018-10-23 16:34:27 +08:00
2019-03-11 14:08:59 +08:00
2018-12-31 10:04:26 +08:00
2018-12-31 10:04:26 +08:00
2019-01-05 09:39:10 +08:00
2018-09-20 20:29:25 +09:00
2018-12-27 00:19:29 +08:00
2019-02-18 21:32:30 +08:00
2019-02-18 21:32:30 +08:00
2019-02-18 21:32:30 +08:00
2019-02-18 21:32:30 +08:00
2019-02-18 21:32:30 +08:00
2019-02-18 21:32:30 +08:00
2019-02-18 21:32:30 +08:00
2018-09-06 18:21:05 +08:00
2019-03-06 01:13:28 +08:00
2019-03-05 16:44:33 +08:00
2019-03-13 23:12:13 +08:00
2018-12-22 18:12:08 +08:00
2018-09-06 18:21:05 +08:00
2019-01-16 10:58:49 +08:00
2019-03-08 23:50:54 +08:00