Ghost/core/test/unit/api/shared
Fabien O'Carroll 4f1866a263
Allowed for repeated query parameters for arrays (#10021)
no-issue

There are a few libraries, including node core that when given an array
for a query parameter will encode it as repeated query params. e.g.

```
{someParam: ['a', 'b']}
// becomes
'?someParam=a&someParam=b'
```

This adds a check for the value to stop us 500ing on repeated keys and
to add easier interop with http clients
2018-10-17 13:43:32 +07:00
..
serializers Added apiImpl.data to apiOptions for serialisation (#10016) 2018-10-16 16:51:50 +07:00
validators Allowed for repeated query parameters for arrays (#10021) 2018-10-17 13:43:32 +07:00
frame_spec.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00
headers_spec.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00
http_spec.js Added API Key auth middleware to v2 content API (#10005) 2018-10-15 16:23:34 +07:00
pipeline_spec.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00