restful.js icon indicating copy to clipboard operation
restful.js copied to clipboard

Configure query string arrayFormat

Open rolandjohann opened this issue 7 years ago • 0 comments

Arrays passed as request params will be stringified with bracket notation. This leads to unexpected behavior when requesting resources which requires other encoding of array values. The used library supports three different configurations (indices, brackets, repeat) that should be configurable in general and per request basis. If I have some time, I'll dig into the code and try to implement that.

rolandjohann avatar Nov 09 '16 13:11 rolandjohann