Closed nicholasnelson closed 5 years ago
For an unknown reason, query params were being flattened in GET_LIST. This resulted in requests with nested query params failing. This commit removes the flattening.
Fixes #90
Tests are passing locally. CI failing due to #88
For an unknown reason, query params were being flattened in GET_LIST. This resulted in requests with nested query params failing. This commit removes the flattening.
Fixes #90