dadi / api-wrapper-core

Core high-level methods for interacting with DADI API
2 stars 2 forks source link

Feature: URI encode arrays #15

Closed adamkdean closed 6 years ago

adamkdean commented 6 years ago

Closes https://github.com/dadi/api-wrapper/issues/48

This patch fixes an issue with URI encoding where arrays were directly URI encoded rather than iteratively type checked and encoded accordingly.