thinknimble / tn-spa-bootstrapper

A production-ready Django SPA app on Heroku in 20 minutes or less!
https://tn-spa-bootstrapper-staging.herokuapp.com/
MIT License
8 stars 9 forks source link

Clients - Add default array parameter serializer to axios #334

Closed lakardion closed 2 weeks ago

lakardion commented 1 month ago

Prevent axios to do the default param serialization of array parameters which are not what we usually expect in our django backends.

Use qs to get the either a comma separated parameter or a parameter repetition pattern.